Skip to content

Commit a191396

Browse files
build(deps): update zerocopy requirement in the rust-dependencies group
Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version. Updates `zerocopy` to 0.8.14 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.32...v0.8.14) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 824e205 commit a191396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvm-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = ["dep:serde", "serde/derive", "dep:zerocopy"]
2222
[dependencies]
2323
vmm-sys-util = { version = "0.12.1", optional = true }
2424
serde = { version = "1.0.0", optional = true, features = ["derive"] }
25-
zerocopy = { version = "0.7.32", optional = true, features = ["derive"] }
25+
zerocopy = { version = "0.8.14", optional = true, features = ["derive"] }
2626

2727
[dev-dependencies]
2828
bincode = "1.3.3"

0 commit comments

Comments
 (0)