We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23e8962 + 8286e42 commit fc6fb23Copy full SHA for fc6fb23
1 file changed
Cargo.toml
@@ -20,7 +20,7 @@ required-features = ["json", "sha1"]
20
chrono = "0.4"
21
rand = "0.9"
22
sha2 = "0"
23
-base16ct = { version = "0.3", features = ["alloc"] }
+base16ct = { version = "1.0", features = ["alloc"] }
24
sha1 = { version = "0", optional = true }
25
hmac = "0"
26
serde = { version = "1.0", features = ["derive"] }
0 commit comments