From dec76a4f2d3a84640d0a465b63ef8283695a5476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:59:31 +0000 Subject: [PATCH] build(deps): bump digest from 0.11.0-rc.9 to 0.11.0-rc.10 Bumps [digest](https://github.com/RustCrypto/traits) from 0.11.0-rc.9 to 0.11.0-rc.10. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.11.0-rc.9...digest-v0.11.0-rc.10) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.10 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 78b0ce357..648fd3d35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,18 +109,18 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.13" +version = "0.2.0-rc.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7722afd27468475c9b6063dc03a57ef2ca833816981619f8ebe64d38d207eef" +checksum = "5569e5de27d32e673283717728eb5b0e4f30898b523f151a19c51e6188006599" dependencies = [ "hybrid-array", ] [[package]] name = "digest" -version = "0.11.0-rc.9" +version = "0.11.0-rc.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff8de092798697546237a3a701e4174fe021579faec9b854379af9bf1e31962" +checksum = "afa94b64bfc6549e6e4b5a3216f22593224174083da7a90db47e951c4fb31725" dependencies = [ "blobby", "block-buffer", diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index f9aa6ebb9..c46c807dc 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.9" +digest = "0.11.0-rc.10" 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 3f1679df4..84c508729 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.9" +digest = "0.11.0-rc.10" bash-f = "0.1" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 0eb299b32..559d5e16f 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.9" +digest = "0.11.0-rc.10" belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index a6cb2a502..8cf9abd60 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.9", features = ["mac"] } +digest = { version = "0.11.0-rc.10", features = ["mac"] } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 460713a81..207360165 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.9" +digest = "0.11.0-rc.10" whirlpool = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index f110bc22d..65d4cacdc 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index f12735c75..c56ea86eb 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 7d1bb9cea..a9c3bda73 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.9" +digest = "0.11.0-rc.10" hex-literal = "1" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } base16ct = { version = "1", features = ["alloc"] } [features] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index af74c0188..668a2c659 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.9" +digest = "0.11.0-rc.10" sha3 = { version = "0.11.0-rc.6", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["alloc", "dev"] } +digest = { version = "0.11.0-rc.10", features = ["alloc", "dev"] } hex-literal = "1" [features] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 48d3a381d..46c7e9644 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md2/Cargo.toml b/md2/Cargo.toml index f3f5ccafd..0c8c747c0 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md4/Cargo.toml b/md4/Cargo.toml index 7268e788d..51cdcaceb 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md5/Cargo.toml b/md5/Cargo.toml index 4e57b1995..650d8b6e5 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.9" +digest = "0.11.0-rc.10" cfg-if = "1" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index b442b6adb..b32374975 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index 94e9819be..6851b5cae 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -18,12 +18,12 @@ exclude = [ ] [dependencies] -digest = "0.11.0-rc.9" +digest = "0.11.0-rc.10" sha1 = { version = "0.11.0-rc.4", default-features = false } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index b70609582..305483fb7 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.9" +digest = "0.11.0-rc.10" 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.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 5da882e24..12fe48fb3 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.9" +digest = "0.11.0-rc.10" 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.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index ca9cf5b8b..1f9bcc96b 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.9" +digest = "0.11.0-rc.10" keccak = "0.2.0-rc.1" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 9cac68a06..f329458d8 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/skein/Cargo.toml b/skein/Cargo.toml index ceef17a80..64b65f6d6 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.9" +digest = "0.11.0-rc.10" threefish = { version = "0.6.0-rc.0", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index 6a69b1881..c1a5199f2 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 2c72182b4..3a3a5dbb7 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index 042a3dd81..031a3a673 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index 234103a62..fcd3cde93 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.9" +digest = "0.11.0-rc.10" [dev-dependencies] -digest = { version = "0.11.0-rc.9", features = ["dev"] } +digest = { version = "0.11.0-rc.10", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] }