Bump sha1 from 0.10.2 to 0.10.3

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

---
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 21:05:35 +00:00 committed by Eugene
parent a64f47a8b9
commit 92a1e40a6d
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.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
checksum = "9ab97072bb54e12f5fbdecfa08c338201fd570539bd506c5ae84845cdca1d023"
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.2"
sha1 = "0.10.3"
password-hash = { version = "0.2", features = ["std"] }
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0"