From e3461b201b9fa1da0d6121c4f7101e200ea7b748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 14:21:02 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to 0.11 --- Cargo.lock | 2 +- crates/vx-cache/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac35c4e48..6eaccc99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4513,7 +4513,7 @@ dependencies = [ "rstest", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "workspace-hack", ] diff --git a/crates/vx-cache/Cargo.toml b/crates/vx-cache/Cargo.toml index fffa36df1..ed70a1dc0 100644 --- a/crates/vx-cache/Cargo.toml +++ b/crates/vx-cache/Cargo.toml @@ -11,7 +11,7 @@ anyhow = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } bincode = { version = "2.0.1", features = ["serde"] } -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" workspace-hack = { version = "0.1", path = "../workspace-hack" }