1
0
mirror of https://github.com/containers/youki synced 2024-09-28 15:01:29 +02:00

chore(deps): bump sha1 from 0.6.0 to 0.6.1

Bumps [sha1](https://github.com/RustCrypto/hashes) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-25 00:40:52 +00:00 committed by GitHub
parent 1b810d43e8
commit 55596b6ae7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

13
Cargo.lock generated

@ -1868,9 +1868,18 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "slab"