mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-10 16:44:41 +08:00
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:
parent
a64f47a8b9
commit
92a1e40a6d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3853,9 +3853,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sha1"
|
name = "sha1"
|
||||||
version = "0.10.2"
|
version = "0.10.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
|
checksum = "9ab97072bb54e12f5fbdecfa08c338201fd570539bd506c5ae84845cdca1d023"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"cpufeatures",
|
"cpufeatures",
|
||||||
|
|
|
@ -17,7 +17,7 @@ uuid = { version = "1.0", features = ["v4"] }
|
||||||
bytes = "1.2"
|
bytes = "1.2"
|
||||||
mysql_common = "0.29"
|
mysql_common = "0.29"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
sha1 = "0.10.2"
|
sha1 = "0.10.3"
|
||||||
password-hash = { version = "0.2", features = ["std"] }
|
password-hash = { version = "0.2", features = ["std"] }
|
||||||
rustls = { version = "0.20", features = ["dangerous_configuration"] }
|
rustls = { version = "0.20", features = ["dangerous_configuration"] }
|
||||||
rustls-pemfile = "1.0"
|
rustls-pemfile = "1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue