From 1d9f9b45e6662ba078c5c7aa0e97de7043ed43a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:13:00 +0000 Subject: [PATCH] deps(cargo): bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64c953a2..582f62dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2328,7 +2328,7 @@ dependencies = [ "serde_urlencoded", "serde_yml", "sha1", - "sha2 0.10.9", + "sha2 0.11.0", "sha256", "simd-json", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 5d14595f..79a07aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ arc-swap = "1" # Crypto hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" base64 = "0.22" sha1 = "0.10"