From 135c35368e4d1e853796971855ba84bc47e1f705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 06:23:37 +0000 Subject: [PATCH] build(deps): bump hex-literal from 0.4.1 to 1.0.0 Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ascon-hash/Cargo.toml | 2 +- belt-hash/Cargo.toml | 2 +- blake2/Cargo.toml | 2 +- fsb/Cargo.toml | 2 +- gost94/Cargo.toml | 2 +- groestl/Cargo.toml | 2 +- jh/Cargo.toml | 2 +- k12/Cargo.toml | 2 +- md2/Cargo.toml | 2 +- md4/Cargo.toml | 2 +- md5/Cargo.toml | 2 +- ripemd/Cargo.toml | 2 +- sha1-checked/Cargo.toml | 2 +- sha1/Cargo.toml | 2 +- sha2/Cargo.toml | 2 +- sha3/Cargo.toml | 2 +- shabal/Cargo.toml | 2 +- skein/Cargo.toml | 2 +- sm3/Cargo.toml | 2 +- streebog/Cargo.toml | 2 +- tiger/Cargo.toml | 2 +- whirlpool/Cargo.toml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f53521082..ab87e8753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" -version = "0.4.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hybrid-array" diff --git a/ascon-hash/Cargo.toml b/ascon-hash/Cargo.toml index 017c5b59d..a93ee79b3 100644 --- a/ascon-hash/Cargo.toml +++ b/ascon-hash/Cargo.toml @@ -22,7 +22,7 @@ ascon = { version = "0.4", default-features = false } [dev-dependencies] spectral = { version = "0.6", default-features = false } hex = "0.4" -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 294df5203..374623983 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -18,7 +18,7 @@ belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 23d13c928..9b2dbb2b2 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -17,7 +17,7 @@ digest = { version = "=0.11.0-pre.9", features = ["mac"] } [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 826862aa3..c567e61a5 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -18,7 +18,7 @@ whirlpool = { version = "=0.11.0-pre.4", path = "../whirlpool", default-features [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 008746240..4ad7ffa95 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index c6b2da7a3..f9a7374b0 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/jh/Cargo.toml b/jh/Cargo.toml index f97db8da8..d344d69ac 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "=0.11.0-pre.9" -hex-literal = "0.4" +hex-literal = "1.0" simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index 58c440302..d014c02c4 100644 --- a/k12/Cargo.toml +++ b/k12/Cargo.toml @@ -18,7 +18,7 @@ sha3 = { version = "=0.11.0-pre.4", default-features = false, path = "../sha3" } [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["alloc", "dev"] } -hex-literal = "0.4" +hex-literal = "1.0" [features] default = ["std"] diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 3b8547216..3350ae8cc 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/md4/Cargo.toml b/md4/Cargo.toml index 612c22892..a08e26442 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/md5/Cargo.toml b/md5/Cargo.toml index 73940c05b..4658237e6 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -21,7 +21,7 @@ cfg-if = "1" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index 01b41c735..3f9a257e7 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index c2a8a0e38..3dcc6a3f6 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -24,7 +24,7 @@ zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 31de29fb7..67e06664b 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -21,7 +21,7 @@ cpufeatures = "0.2" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index aef7a8a87..c5cd3de08 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -24,7 +24,7 @@ cpufeatures = "0.2" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index eef6a51a5..5939ca568 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -22,7 +22,7 @@ keccak = "=0.2.0-pre.0" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 25e2dadc3..a53026196 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/skein/Cargo.toml b/skein/Cargo.toml index caef980af..f1d0a48fe 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -18,7 +18,7 @@ threefish = { version = "0.5.2", default-features = false } [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index cc2d3e4cd..8d20a4e92 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index 0d2c7a9b4..0b4653a0b 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index d87f3a958..24fcfe400 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features] diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index b80370aba..ede2ed8ea 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -17,7 +17,7 @@ digest = "=0.11.0-pre.9" [dev-dependencies] digest = { version = "=0.11.0-pre.9", features = ["dev"] } -hex-literal = "0.4" +hex-literal = "1.0" base16ct = { version = "0.2", features = ["alloc"] } [features]