build: Bump kvm-bindings and crates that depend on it

This removes the custom fork as the upstream version now has serde
support.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-04-25 16:25:46 +01:00
parent 7be69edf51
commit 1ef2b488c7
5 changed files with 20 additions and 25 deletions

View File

@@ -50,10 +50,6 @@ vmm-sys-util = "0.12.1"
vm-memory = "0.14.1"
zbus = { version = "3.15.2", optional = true }
# List of patched crates
[patch.crates-io]
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.7.0" }
[dev-dependencies]
dirs = "5.0.1"
net_util = { path = "net_util" }