From 02307257ed6f4bf49b96782bc5c8fd92f4040869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:59:55 +0000 Subject: [PATCH] build(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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4ecc996..119cd4de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,6 +64,6 @@ rust-ini = { version = "0.21" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } sha1 = "0.10" -sha2 = { version = "0.10", features = ["oid"] } +sha2 = { version = "0.11", features = ["oid"] } tempfile = "3.8" tokio = { version = "1", default-features = false }