mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
fuzz: Move to the seccompiler crate
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ block_util = { path = "../block_util" }
|
||||
libc = "0.2.99"
|
||||
libfuzzer-sys = "0.4.2"
|
||||
qcow = { path = "../qcow" }
|
||||
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.5" }
|
||||
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}
|
||||
virtio-devices = { path = "../virtio-devices" }
|
||||
vmm-sys-util = "0.8.0"
|
||||
vm-virtio = { path = "../vm-virtio" }
|
||||
|
||||
Reference in New Issue
Block a user