From 17c3ca95df8412104b55a1542c80e62a5978810f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:17:58 +0000 Subject: [PATCH] build(deps): update block-buffer requirement in /fuzz Updates the requirements on [block-buffer](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](https://github.com/RustCrypto/utils/compare/block-buffer-v0.11.0-rc.5...block-buffer-v0.11.0-rc.5) --- updated-dependencies: - dependency-name: block-buffer dependency-version: 0.11.0-rc.5 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 b333f8b2..cb692386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -179,7 +179,7 @@ tokio = { workspace = true, features = ["time", "rt", "rt-multi-thread"] } # TODO: Remove when stable versions will be released # RustCrypto crates digest = "=0.11.0-rc.3" -block-buffer = "=0.11.0-rc.5" +block-buffer = "=0.11.0" crypto-common = "=0.2.0-rc.4" pkcs1 = "=0.8.0-rc.4" pkcs8 = "=0.11.0-rc.7"