From 6097eccd756e1ec8f3f2167c19302d6073e5c942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:45:49 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 in /adapters Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adapters/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adapters/Cargo.toml b/adapters/Cargo.toml index da61b24..6f78443 100644 --- a/adapters/Cargo.toml +++ b/adapters/Cargo.toml @@ -23,7 +23,7 @@ tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.6", features = ["v4"] } hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" # Internal dependencies @@ -34,7 +34,7 @@ tokio-test = "0.4" wiremock = "0.6" hex = "0.4" hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" # Note: The package name differs from directory name [lib]