From 980de0766ceee21c2a0e8965ab1a6a4547b75946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:01:35 +0000 Subject: [PATCH] build(deps): bump digest from 0.11.0-rc.8 to 0.11.0-rc.9 Bumps [digest](https://github.com/RustCrypto/traits) from 0.11.0-rc.8 to 0.11.0-rc.9. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.11.0-rc.8...digest-v0.11.0-rc.9) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 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, 49 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80b7cd9d..78b0ce35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ dependencies = [ [[package]] name = "digest" -version = "0.11.0-rc.8" +version = "0.11.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc1408b7a9f59a7b933faff3e9e7fc15a05a524effd3b3d1601156944c8077f" +checksum = "bff8de092798697546237a3a701e4174fe021579faec9b854379af9bf1e31962" dependencies = [ "blobby", "block-buffer", diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index aa8d2a8d..f9aa6ebb 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.8" +digest = "0.11.0-rc.9" 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 74d2e11b..3f1679df 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.8" +digest = "0.11.0-rc.9" bash-f = "0.1" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 96855e6d..0eb299b3 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.8" +digest = "0.11.0-rc.9" belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 2321191b..a6cb2a50 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.8", features = ["mac"] } +digest = { version = "0.11.0-rc.9", features = ["mac"] } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 577059c4..460713a8 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.8" +digest = "0.11.0-rc.9" whirlpool = { version = "0.11.0-rc.3", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 899b5b9d..f110bc22 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index 26375ace..f12735c7 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 1e559e42..7d1bb9ce 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.8" +digest = "0.11.0-rc.9" hex-literal = "1" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } base16ct = { version = "1", features = ["alloc"] } [features] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index b5829711..af74c018 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.8" +digest = "0.11.0-rc.9" sha3 = { version = "0.11.0-rc.6", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["alloc", "dev"] } +digest = { version = "0.11.0-rc.9", features = ["alloc", "dev"] } hex-literal = "1" [features] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 4cdcc21a..48d3a381 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 058efe0c..f3f5ccaf 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md4/Cargo.toml b/md4/Cargo.toml index 5cb1b073..7268e788 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/md5/Cargo.toml b/md5/Cargo.toml index ae7d22a6..4e57b199 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.8" +digest = "0.11.0-rc.9" cfg-if = "1" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index 78c153b4..b442b6ad 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index 67f76428..94e9819b 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -18,12 +18,12 @@ exclude = [ ] [dependencies] -digest = "0.11.0-rc.8" +digest = "0.11.0-rc.9" 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.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index d4b56b96..b7060958 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.8" +digest = "0.11.0-rc.9" 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.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 4a911344..5da882e2 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.8" +digest = "0.11.0-rc.9" 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.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 8ecdfa23..ca9cf5b8 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.8" +digest = "0.11.0-rc.9" keccak = "0.2.0-rc.1" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 938b0bf9..9cac68a0 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/skein/Cargo.toml b/skein/Cargo.toml index 23ed627e..ceef17a8 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.8" +digest = "0.11.0-rc.9" threefish = { version = "0.6.0-rc.0", default-features = false } [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index b0de4c7a..6a69b188 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 271b77c0..2c72182b 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index df3f3ceb..042a3dd8 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] } diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index c4135835..234103a6 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.8" +digest = "0.11.0-rc.9" [dev-dependencies] -digest = { version = "0.11.0-rc.8", features = ["dev"] } +digest = { version = "0.11.0-rc.9", features = ["dev"] } hex-literal = "1" base16ct = { version = "1", features = ["alloc"] }