build(deps): bump seccomp from v0.21.1 to v0.21.2

Bumps [seccomp](https://github.com/firecracker-microvm/firecracker) from v0.21.1 to v0.21.2.
- [Release notes](https://github.com/firecracker-microvm/firecracker/releases)
- [Changelog](a06d358b2e/CHANGELOG.md)
- [Commits](047a379eb0...a06d358b2e)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-08-05 06:06:06 +00:00
parent fc2d9c6e31
commit ec9de259ba
5 changed files with 5 additions and 5 deletions

View File

@@ -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" }