Skip to content

Commit 2a3d744

Browse files
authored
Merge pull request #93 from tottoto/replace-sha-1-to-sha1
Replace sha-1 with sha1
2 parents f85a90c + 9aabea8 commit 2a3d744

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)