Skip to content

Commit

Permalink
build(deps): update zerocopy requirement in the rust-dependencies group
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 824e205 commit a191396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvm-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = ["dep:serde", "serde/derive", "dep:zerocopy"]
[dependencies]
vmm-sys-util = { version = "0.12.1", optional = true }
serde = { version = "1.0.0", optional = true, features = ["derive"] }
zerocopy = { version = "0.7.32", optional = true, features = ["derive"] }
zerocopy = { version = "0.8.14", optional = true, features = ["derive"] }

[dev-dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit a191396

Please sign in to comment.