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

chore(deps): bump crc32fast from 1.3.0 to 1.3.1

Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/srijs/rust-crc32fast/releases)
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: crc32fast
  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-24 01:02:40 +00:00 committed by GitHub
parent 129b372960
commit b77090fab8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -156,9 +156,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "crc32fast"
version = "1.3.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
dependencies = [
"cfg-if",
]