Skip to content

Commit e0fe9e8

Browse files
committed
build: replace deprecated sha-1 crate with sha1
1 parent 8972a66 commit e0fe9e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ copypasta-ext = "0.4.4"
3636
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
3737
clap = { version = "4.5.4", features = ["derive"] }
3838
hmac = "0.12.1"
39-
sha-1 = "0.10.1"
39+
sha1 = "0.10.6"
4040
sha2 = "0.10.8"
4141
chacha20poly1305 = "0.10.1"
4242
getrandom = "0.2.15"

0 commit comments

Comments
 (0)