1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

chore(deps): bump rkyv from 0.7.37 to 0.7.38 (#890)

Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.37 to 0.7.38.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](https://github.com/rkyv/rkyv/compare/v0.7.37...v0.7.38)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-04 21:45:08 +02:00 committed by GitHub
parent b560f10a3e
commit 346a38f57f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -1921,9 +1921,9 @@ dependencies = [
[[package]]
name = "rkyv"
version = "0.7.37"
version = "0.7.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f08c8062c1fe1253064043b8fc07bfea1b9702b71b4a86c11ea3588183b12e1"
checksum = "517a3034eb2b1499714e9d1e49b2367ad567e07639b69776d35e259d9c27cca6"
dependencies = [
"bytecheck",
"hashbrown 0.12.0",
@ -1935,9 +1935,9 @@ dependencies = [
[[package]]
name = "rkyv_derive"
version = "0.7.37"
version = "0.7.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e289706df51226e84814bf6ba1a9e1013112ae29bc7a9878f73fce360520c403"
checksum = "505c209ee04111a006431abf39696e640838364d67a107c559ababaf6fd8c9dd"
dependencies = [
"proc-macro2",
"quote",