diff --git a/Cargo.lock b/Cargo.lock index d7f6ff993..21a238d7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,7 +1102,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "seccomp" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.21.1#047a379eb041f9ceae35df5fa072d88cac55340e" +source = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.21.2#a06d358b2e40c6f67ed7070881672318a7518113" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 5014e0ca2..9648969a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "2.33.1", features = ["wrap_help"] } hypervisor = { path = "hypervisor" } libc = "0.2.74" log = { version = "0.4.11", features = ["std"] } -seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" } +seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.2" } serde_json = "1.0.57" vhost_user_block = { path = "vhost_user_block"} vhost_user_net = { path = "vhost_user_net"} diff --git a/vhost_user_fs/Cargo.toml b/vhost_user_fs/Cargo.toml index d5bce0538..af7e4793c 100644 --- a/vhost_user_fs/Cargo.toml +++ b/vhost_user_fs/Cargo.toml @@ -12,7 +12,7 @@ futures = { version = "0.3.5", features = ["thread-pool"] } libc = "0.2.74" log = "0.4.11" # Match the version in vmm -seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" } +seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.2" } tempdir = "0.3.7" virtio-bindings = { version = "0.1", features = ["virtio-v5_0_0"]} virtio-devices = { path = "../virtio-devices" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 3d5aa2f60..6ab16203e 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.11" net_gen = { path = "../net_gen" } net_util = { path = "../net_util" } pci = { path = "../pci", optional = true } -seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" } +seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.2" } serde = ">=1.0.27" serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 00bfc77a7..d5aa342da 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -32,7 +32,7 @@ net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } pci = {path = "../pci", optional = true} qcow = { path = "../qcow" } -seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" } +seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.2" } serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9"