From 542f1f433966c44489342e1e45b5466b29117613 Mon Sep 17 00:00:00 2001 From: "academy-renovate[bot]" <186881925+academy-renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 00:11:43 +0000 Subject: [PATCH] chore(deps): update rust crate sha2 to 0.11.0 --- Cargo.lock | 4 ++-- Cargo.nix | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1217581a..44a97073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tokio", "tower-http", "tracing", @@ -741,7 +741,7 @@ dependencies = [ "jwt", "rand 0.10.1", "serde", - "sha2 0.10.9", + "sha2 0.11.0", "tokio", "totp-rs", "tracing", diff --git a/Cargo.nix b/Cargo.nix index 082c33c6..10300240 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -1008,7 +1008,7 @@ rec { } { name = "sha2"; - packageId = "sha2 0.10.9"; + packageId = "sha2 0.11.0"; usesDefaultFeatures = false; } { @@ -3753,7 +3753,7 @@ rec { } { name = "sha2"; - packageId = "sha2 0.10.9"; + packageId = "sha2 0.11.0"; usesDefaultFeatures = false; } { diff --git a/Cargo.toml b/Cargo.toml index b01d5547..2bfe625f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ rust_decimal_macros = { version = "1.40.0", default-features = false } schemars = { version = "0.9.0", default-features = false, features = ["derive", "preserve_order", "uuid1", "url2"] } serde = { version = "1.0.228", default-features = false, features = ["derive", "std"] } serde_json = { version = "1.0.149", default-features = false, features = ["std"] } -sha2 = { version = "0.10.9", default-features = false } +sha2 = { version = "0.11.0", default-features = false } syn = { version = "2.0.117", default-features = false, features = [ "parsing", "proc-macro",