Skip to content

Commit 9aabea8

Browse files
committed
Replace sha-1 with sha1
1 parent 4dba926 commit 9aabea8

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
@@ -27,7 +27,7 @@ env_logger = "0.10"
2727
log = "0.4"
2828
pulldown-cmark = "0.9"
2929
regex = "1"
30-
sha-1 = "0.10"
30+
sha1 = "0.10"
3131
tempfile = "3"
3232
toml = "0.7"
3333

0 commit comments

Comments
 (0)