Merge pull request #217 from rustic-rs/dependabot/cargo/sha1-0.10.5

build(deps): bump sha1 from 0.10.4 to 0.10.5
This commit is contained in:
aawsome 2022-09-21 22:03:10 +02:00 committed by GitHub
commit 22b7fb50fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1790,9 +1790,9 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.10.4"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",