From 0f893874750283f8df2e4a5277b0a93950bff673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:50:39 +0000 Subject: [PATCH] build: Bump zerocopy from 0.7.32 to 0.7.35 Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.32 to 0.7.35. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- vmm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86c7b765d..10baa7aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2822,9 +2822,9 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "byteorder", "zerocopy-derive", @@ -2832,9 +2832,9 @@ dependencies = [ [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index fe74e5488..0a938bda8 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -83,4 +83,4 @@ vm-migration = { path = "../vm-migration" } vm-virtio = { path = "../vm-virtio" } vmm-sys-util = { version = "0.12.1", features = ["with-serde"] } zbus = { version = "4.1.2", optional = true } -zerocopy = { version = "0.7.32", features = ["alloc", "derive"] } +zerocopy = { version = "0.7.35", features = ["alloc", "derive"] }