Merge pull request #299 from benesch/patch-1

Switch from `sha-1` to `sha1`
pull/301/head
Daniel Abramov 2 years ago committed by GitHub
commit 1978a1b5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -33,7 +33,7 @@ http = "0.2"
httparse = "1.3.4"
log = "0.4.8"
rand = "0.8.0"
sha-1 = "0.10"
sha1 = "0.10"
thiserror = "1.0.23"
url = "2.1.0"
utf-8 = "0.7.5"

Loading…
Cancel
Save