From 0739522a144403eb0fd47f6181224de39b9a8fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:01:09 +0000 Subject: [PATCH] build(deps): bump digest from 0.11.0-rc.4 to 0.11.0-rc.5 Bumps [digest](https://github.com/RustCrypto/traits) from 0.11.0-rc.4 to 0.11.0-rc.5. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.11.0-rc.4...digest-v0.11.0-rc.5) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- digest-io/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa9426c3..08c8a10c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.5" +version = "0.2.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "919bd05924682a5480aec713596b9e2aabed3a0a6022fab6847f85a99e5f190a" +checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" dependencies = [ "hybrid-array", ] @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "digest" -version = "0.11.0-rc.4" +version = "0.11.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea390c940e465846d64775e55e3115d5dc934acb953de6f6e6360bc232fe2bf7" +checksum = "ebf9423bafb058e4142194330c52273c343f8a5beb7176d052f0e73b17dd35b9" dependencies = [ "block-buffer 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "const-oid", diff --git a/digest-io/Cargo.toml b/digest-io/Cargo.toml index 2ca900fc..74cf8fa4 100644 --- a/digest-io/Cargo.toml +++ b/digest-io/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography"] description = "std::io-compatibility wrappers for traits defined in the digest crate" [dependencies] -digest = "0.11.0-rc.3" +digest = "0.11.0-rc.5" [dev-dependencies] sha2 = "0.11.0-pre.5"