Merge pull request #34 from alexanderkjall/replace-sha-1-with-sha1

replace the sha-1 crate with sha1
This commit is contained in:
Cléo Rebert 2022-10-05 11:27:22 +02:00 committed by GitHub
commit fd1ee7f517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ gen_secret = ["rand"]
[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
sha2 = "~0.10.2"
sha-1 = "~0.10.0"
sha1 = "~0.10.5"
hmac = "~0.12.1"
base32 = "~0.4"
urlencoding = { version = "^2.1.0", optional = true}