mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
Bump base16ct to v1 (#768)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user