Skip to content

Commit fc6fb23

Browse files
authored
Merge pull request #5 from jmic/dependabot/cargo/base16ct-1.0
Update base16ct requirement from 0.3 to 1.0
2 parents 23e8962 + 8286e42 commit fc6fb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ required-features = ["json", "sha1"]
2020
chrono = "0.4"
2121
rand = "0.9"
2222
sha2 = "0"
23-
base16ct = { version = "0.3", features = ["alloc"] }
23+
base16ct = { version = "1.0", features = ["alloc"] }
2424
sha1 = { version = "0", optional = true }
2525
hmac = "0"
2626
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)