From 0a24051bfb54b3491bd963400461709989a1d5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:27:15 +0000 Subject: [PATCH] chore(deps): Update sha1 requirement from 0.10 to 0.11 Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 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 323f459..d15a29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ web-sys = { version = "0.3", features = ["Blob", "BlobPropertyBag", "console", " # Cryptography — ECMA-376 Agile + Standard Encryption digest = { version = "0.10", features = ["alloc"] } sha2 = "0.10" -sha1 = "0.10" +sha1 = "0.11" zeroize = { version = "1.8", features = ["derive"] } aes = "0.8" cbc = { version = "0.1", features = ["alloc"] }