mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices, vmm: Move to the seccompiler crate
Fixes: #2929 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -23,7 +23,7 @@ net_gen = { path = "../net_gen" }
|
||||
net_util = { path = "../net_util" }
|
||||
pci = { path = "../pci" }
|
||||
rate_limiter = { path = "../rate_limiter" }
|
||||
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.5" }
|
||||
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}
|
||||
serde = "1.0.127"
|
||||
serde_derive = "1.0.127"
|
||||
serde_json = "1.0.66"
|
||||
|
||||
Reference in New Issue
Block a user