From 75b4da93ce2ba9359c864d256ac23262933d4995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:47:54 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 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] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4febfe2..dcf1e8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ rustls-pemfile = { version = "2.0", optional = true } rustls = { version = "0.22", optional = true } # SASL (optional) -sha2 = { version = "0.10", optional = true } +sha2 = { version = "0.11", optional = true } hmac = { version = "0.12", optional = true } pbkdf2 = { version = "0.12", optional = true } base64 = { version = "0.22", optional = true } @@ -80,7 +80,7 @@ tracing-subscriber = "0.3" wiremock = "0.6" ed25519-dalek = { version = "2.1", features = ["rand_core"] } base64 = "0.22" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" rand = "0.8"