Bump sha1 from 0.10.1 to 0.10.2

Bumps [sha1](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.10.1...sha1-v0.10.2)

---
updated-dependencies:
- dependency-name: sha1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-02 14:05:30 +00:00 committed by Eugene
parent 838130a2ea
commit d880da0fdf
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3853,9 +3853,9 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
dependencies = [
"cfg-if",
"cpufeatures",

View file

@ -17,7 +17,7 @@ uuid = { version = "1.0", features = ["v4"] }
bytes = "1.2"
mysql_common = "0.29"
rand = "0.8"
sha1 = "0.10.1"
sha1 = "0.10.2"
password-hash = { version = "0.2", features = ["std"] }
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0"