diff --git a/Cargo.lock b/Cargo.lock index b5b3757c8..cc91ce9dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1856,9 +1856,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "seccompiler" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f6575e3c2b3a0fe2ef3e53855b6a8dead7c29f783da5e123d378c8c6a89017e" +checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 1bc56e660..01b959000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ hypervisor = { path = "hypervisor" } libc = "0.2.147" log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } -seccompiler = "0.3.0" +seccompiler = "0.4.0" serde_json = "1.0.107" signal-hook = "0.3.17" thiserror = "1.0.40" diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 1eeaea925..1139b1a94 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -690,9 +690,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "seccompiler" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f6575e3c2b3a0fe2ef3e53855b6a8dead7c29f783da5e123d378c8c6a89017e" +checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" dependencies = [ "libc", ] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index c491ecdeb..bc8e865b2 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,7 +18,7 @@ linux-loader = { version = "0.9.1", features = ["elf", "bzimage", "pe"] } micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } net_util = { path = "../net_util" } once_cell = "1.18.0" -seccompiler = "0.3.0" +seccompiler = "0.4.0" virtio-devices = { path = "../virtio-devices" } virtio-queue = "0.9.0" vmm = { path = "../vmm" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 4b6f519f3..75620f3e3 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -20,7 +20,7 @@ net_gen = { path = "../net_gen" } net_util = { path = "../net_util" } pci = { path = "../pci" } rate_limiter = { path = "../rate_limiter" } -seccompiler = "0.3.0" +seccompiler = "0.4.0" serde = { version = "1.0.168", features = ["derive"] } serde_json = "1.0.107" serial_buffer = { path = "../serial_buffer" } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 51ad38375..7b8edfb36 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -41,7 +41,7 @@ net_util = { path = "../net_util" } once_cell = "1.18.0" option_parser = { path = "../option_parser" } pci = { path = "../pci" } -seccompiler = "0.3.0" +seccompiler = "0.4.0" serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.107" serial_buffer = { path = "../serial_buffer" }