From f2456ff38f85d2bd932ffde8e4c4f8ebae9cf383 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 3 Jan 2026 10:19:03 -0700 Subject: [PATCH] Bump `base16ct` to v1 --- Cargo.lock | 4 ++-- ascon-hash256/Cargo.toml | 2 +- bash-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 +- kupyna/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 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f226777e..0287cc39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ dependencies = [ [[package]] name = "base16ct" -version = "0.3.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b59d472eab27ade8d770dcb11da7201c11234bef9f82ce7aa517be028d462b" +checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6" [[package]] name = "bash-f" diff --git a/ascon-hash256/Cargo.toml b/ascon-hash256/Cargo.toml index 7c535972..74c43d6a 100644 --- a/ascon-hash256/Cargo.toml +++ b/ascon-hash256/Cargo.toml @@ -23,7 +23,7 @@ ascon = { version = "0.5.0-rc.0", default-features = false } spectral = { version = "0.6", default-features = false } hex = "0.4" hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/bash-hash/Cargo.toml b/bash-hash/Cargo.toml index feae1ddc..60c09f87 100644 --- a/bash-hash/Cargo.toml +++ b/bash-hash/Cargo.toml @@ -19,7 +19,7 @@ bash-f = "0.1" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 59c199a5..49c0b1f4 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -19,7 +19,7 @@ belt-block = { version = "0.1.1", default-features = false } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 747bdb9f..f30ece40 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -18,7 +18,7 @@ digest = { version = "0.11.0-rc.5", features = ["mac"] } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 58bac5bc..4369d195 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -19,7 +19,7 @@ whirlpool = { version = "0.11.0-rc.1", default-features = false } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 484515e2..3300062e 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index 543ef403..de66cf1e 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 74144707..490f4865 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -19,7 +19,7 @@ simd = { package = "ppv-lite86", version = "0.2.6" } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 809d5cb7..38780146 100644 --- a/kupyna/Cargo.toml +++ b/kupyna/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 7a97c313..d66f53e3 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/md4/Cargo.toml b/md4/Cargo.toml index 33845d89..ac5806b5 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/md5/Cargo.toml b/md5/Cargo.toml index a28377cc..d89eb918 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -22,7 +22,7 @@ cfg-if = "1" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index b9d78817..e371035f 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index 3386f406..a048b1da 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -25,7 +25,7 @@ zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index bbb63e10..535e0d1a 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -22,7 +22,7 @@ cpufeatures = "0.2" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index de4ba172..0fc37946 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -25,7 +25,7 @@ cpufeatures = "0.2" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index fe5684aa..7a1d3b71 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -23,7 +23,7 @@ keccak = "0.2.0-rc.0" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 121de6d0..35ad0842 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/skein/Cargo.toml b/skein/Cargo.toml index 10473811..392d448e 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -19,7 +19,7 @@ threefish = { version = "0.5.2", default-features = false } [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index d55e5998..43632402 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index d68c422e..6164634e 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc", "oid"] diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index d6d6f4a4..81c3ec1c 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"] diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index 849b7430..d0e83fd3 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -18,7 +18,7 @@ digest = "0.11.0-rc.5" [dev-dependencies] digest = { version = "0.11.0-rc.5", features = ["dev"] } hex-literal = "1" -base16ct = { version = "0.3", features = ["alloc"] } +base16ct = { version = "1", features = ["alloc"] } [features] default = ["alloc"]