From 75f28161b085d4dcb8148b3523510aac484d3eb0 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 5 Nov 2025 09:42:49 -0700 Subject: [PATCH] Bump `digest` dependency to v0.11.0-rc.4 --- Cargo.lock | 12 +++++++----- Cargo.toml | 2 -- ascon-hash/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 | 6 +++--- shabal/Cargo.toml | 4 ++-- skein/Cargo.toml | 4 ++-- sm3/Cargo.toml | 4 ++-- streebog/Cargo.toml | 4 ++-- tiger/Cargo.toml | 4 ++-- whirlpool/Cargo.toml | 4 ++-- 26 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0098149..efec35e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,16 +109,18 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.4" -source = "git+https://github.com/RustCrypto/traits#b0d40cd1ae3f4adf07769436e661434f6333816c" +version = "0.2.0-rc.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "919bd05924682a5480aec713596b9e2aabed3a0a6022fab6847f85a99e5f190a" dependencies = [ "hybrid-array", ] [[package]] name = "digest" -version = "0.11.0-rc.3" -source = "git+https://github.com/RustCrypto/traits#b0d40cd1ae3f4adf07769436e661434f6333816c" +version = "0.11.0-rc.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea390c940e465846d64775e55e3115d5dc934acb953de6f6e6360bc232fe2bf7" dependencies = [ "blobby", "block-buffer", @@ -319,7 +321,7 @@ dependencies = [ [[package]] name = "sha3" -version = "0.11.0-rc.3" +version = "0.11.0-rc.4" dependencies = [ "base16ct", "digest", diff --git a/Cargo.toml b/Cargo.toml index bf29f817..14deae77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,3 @@ opt-level = 2 sha1 = { path = "sha1" } sha3 = { path = "sha3" } whirlpool = { path = "whirlpool" } - -digest = { git = "https://github.com/RustCrypto/traits" } diff --git a/ascon-hash/Cargo.toml b/ascon-hash/Cargo.toml index 1d782e15..fef6731e 100644 --- a/ascon-hash/Cargo.toml +++ b/ascon-hash/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["hash", "ascon"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.3" +digest = "0.11.0-rc.4" 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 984d54a7..388c48ee 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.3" +digest = "0.11.0-rc.4" bash-f = "0.1" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index b4058877..6a9213ba 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.3" +digest = "0.11.0-rc.4" belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 80076fc9..7920740e 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.3", features = ["mac"] } +digest = { version = "0.11.0-rc.4", features = ["mac"] } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 0d666165..da2f578f 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.3" +digest = "0.11.0-rc.4" whirlpool = { version = "0.11.0-rc.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index c5bf5433..0228c126 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index 0aedc7db..f490c44a 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 32c9f3f4..24e95b69 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.3" +digest = "0.11.0-rc.4" hex-literal = "1" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } base16ct = { version = "0.3", features = ["alloc"] } [features] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index 102853bf..22f2ca3a 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.3" +digest = "0.11.0-rc.4" sha3 = { version = "0.11.0-rc.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["alloc", "dev"] } +digest = { version = "0.11.0-rc.4", features = ["alloc", "dev"] } hex-literal = "1" [features] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 0e5a5e6e..2f6664b4 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/md2/Cargo.toml b/md2/Cargo.toml index bf1b5694..6882fd35 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/md4/Cargo.toml b/md4/Cargo.toml index ddb70ef8..4e4ce085 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/md5/Cargo.toml b/md5/Cargo.toml index e49ade2e..e6b839e9 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.3" +digest = "0.11.0-rc.4" cfg-if = "1" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index ac9fc40a..833fa56f 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index b2911917..2c4d2d50 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -18,12 +18,12 @@ exclude = [ ] [dependencies] -digest = "0.11.0-rc.3" +digest = "0.11.0-rc.4" sha1 = { version = "0.11.0-rc.2", default-features = false } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 9b71c74b..c73736f3 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.3" +digest = "0.11.0-rc.4" 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.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 276c5efa..b6cc910d 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.3" +digest = "0.11.0-rc.4" 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.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index dc81696d..588eb349 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha3" -version = "0.11.0-rc.3" +version = "0.11.0-rc.4" description = """ Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as @@ -17,11 +17,11 @@ keywords = ["sha3", "keccak", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = "0.11.0-rc.3" +digest = "0.11.0-rc.4" keccak = "0.2.0-rc.0" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index cfbcdac5..606ef8b4 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/skein/Cargo.toml b/skein/Cargo.toml index 5bbbb0a1..a09d3afe 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.3" +digest = "0.11.0-rc.4" threefish = { version = "0.5.2", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index a4c61db8..fda54d6b 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 9bc3e1e0..6508a1d6 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index 38fb53a3..ef43078d 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index 10a77315..33e661d8 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.3" +digest = "0.11.0-rc.4" [dev-dependencies] -digest = { version = "0.11.0-rc.3", features = ["dev"] } +digest = { version = "0.11.0-rc.4", features = ["dev"] } hex-literal = "1" base16ct = { version = "0.3", features = ["alloc"] }