From 8ae576e8bbf2963969c0d535946fbc8ed411a4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:42:31 +0000 Subject: [PATCH] build(deps): bump digest from 0.11.0-rc.5 to 0.11.0-rc.7 Bumps [digest](https://github.com/RustCrypto/traits) from 0.11.0-rc.5 to 0.11.0-rc.7. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.11.0-rc.5...digest-v0.11.0-rc.7) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- ascon-hash256/Cargo.toml | 2 +- bash-hash/Cargo.toml | 4 ++-- belt-hash/Cargo.toml | 4 ++-- blake2/Cargo.toml | 4 ++-- fsb/Cargo.toml | 4 ++-- gost94/Cargo.toml | 4 ++-- groestl/Cargo.toml | 4 ++-- jh/Cargo.toml | 4 ++-- k12/Cargo.toml | 4 ++-- kupyna/Cargo.toml | 4 ++-- md2/Cargo.toml | 4 ++-- md4/Cargo.toml | 4 ++-- md5/Cargo.toml | 4 ++-- ripemd/Cargo.toml | 4 ++-- sha1-checked/Cargo.toml | 4 ++-- sha1/Cargo.toml | 4 ++-- sha2/Cargo.toml | 4 ++-- sha3/Cargo.toml | 4 ++-- shabal/Cargo.toml | 4 ++-- skein/Cargo.toml | 4 ++-- sm3/Cargo.toml | 4 ++-- streebog/Cargo.toml | 4 ++-- tiger/Cargo.toml | 4 ++-- whirlpool/Cargo.toml | 4 ++-- 25 files changed, 51 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ae3675a..e57d84c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,18 +109,18 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.8" +version = "0.2.0-rc.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" +checksum = "7d2bcc93d5cde6659e8649fc412894417ebc14dee54cfc6ee439c683a4a58342" dependencies = [ "hybrid-array", ] [[package]] name = "digest" -version = "0.11.0-rc.5" +version = "0.11.0-rc.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf9423bafb058e4142194330c52273c343f8a5beb7176d052f0e73b17dd35b9" +checksum = "ca14c221bd9052fd2da7c34a2eeb5ae54732db28be47c35937be71793d675422" dependencies = [ "blobby", "block-buffer", diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index 06294f29..827d18a5 100644 --- a/ascon-hash256/Cargo.toml +++ b/ascon-hash256/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["hash", "ascon"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" ascon = { version = "0.5.0-rc.0", default-features = false } [dev-dependencies] diff --git a/bash-hash/Cargo.toml b/bash-hash/Cargo.toml index 60c09f87..ec0c8aa7 100644 --- a/bash-hash/Cargo.toml +++ b/bash-hash/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["belt", "stb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" bash-f = "0.1" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 49c0b1f4..db2529af 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["belt", "stb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index f30ece40..473bccbc 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["blake2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = { version = "0.11.0-rc.5", features = ["mac"] } +digest = { version = "0.11.0-rc.7", features = ["mac"] } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 1fe7f372..f79f6691 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["fsb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" whirlpool = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 86701ac5..c274a7d9 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["gost94", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index c5575fcb..855aee9c 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["groestl", "grostl", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/jh/Cargo.toml b/jh/Cargo.toml index ccd6c4da..6ddae382 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -13,12 +13,12 @@ keywords = ["jh", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" hex-literal = "1" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } base16ct = { version = "1", features = ["alloc"] } [features] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index 1b4dbe3b..faaf5493 100644 --- a/k12/Cargo.toml +++ b/k12/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" sha3 = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["alloc", "dev"] } +digest = { version = "0.11.0-rc.7", features = ["alloc", "dev"] } hex-literal = "1" [features] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 38780146..01e7f537 100644 --- a/kupyna/Cargo.toml +++ b/kupyna/Cargo.toml @@ -13,10 +13,10 @@ categories = ["cryptography", "no-std"] rust-version = "1.85" [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 4be86072..603658a0 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["md2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md4/Cargo.toml b/md4/Cargo.toml index d23597ae..6865aec4 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["md4", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md5/Cargo.toml b/md5/Cargo.toml index d89eb918..bf6c64ef 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -16,11 +16,11 @@ categories = ["cryptography", "no-std"] name = "md5" [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" cfg-if = "1" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index e371035f..d46a322e 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["ripemd", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index 28f52ed0..6b51aa26 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -18,12 +18,12 @@ exclude = [ ] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" sha1 = { version = "0.11.0-rc.3", default-features = false } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 535e0d1a..77b63c32 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -13,14 +13,14 @@ keywords = ["sha1", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" cfg-if = "1.0" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64"))'.dependencies] cpufeatures = "0.2" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 0fc37946..a1773b2a 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -16,14 +16,14 @@ keywords = ["sha2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" cfg-if = "1" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies] cpufeatures = "0.2" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 7a1d3b71..4f914449 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -17,11 +17,11 @@ keywords = ["sha3", "keccak", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" keccak = "0.2.0-rc.0" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 777ea6c1..a3e67a28 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["shabal", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/skein/Cargo.toml b/skein/Cargo.toml index a19bd332..32ee5236 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["skein", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" threefish = { version = "0.6.0-rc.0", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index 43632402..7bb22fd9 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["sm3", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 6164634e..e0182696 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["streebog", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index 9b89b0db..943de18e 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["hash", "tiger", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index d0e83fd3..7bef9026 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["whirlpool", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.5" +digest = "0.11.0-rc.7" [dev-dependencies] -digest = { version = "0.11.0-rc.5", features = ["dev"] } +digest = { version = "0.11.0-rc.7", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] }