From ec0a0adaabbe122b70eeb1ca2998f42718df91f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 23:09:37 +0000 Subject: [PATCH] build: bump seccomp from v0.24.4 to v0.24.5 in /fuzz Bumps [seccomp](https://github.com/firecracker-microvm/firecracker) from v0.24.4 to v0.24.5. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Changelog](https://github.com/firecracker-microvm/firecracker/blob/cd36c699f3cb3d531289aadee26c45c1306edcfc/CHANGELOG.md) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/8f44986a0e956a77f2b2324c12f73bec16130c82...cd36c699f3cb3d531289aadee26c45c1306edcfc) --- updated-dependencies: - dependency-name: seccomp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 2 +- fuzz/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 15bd690cc..740068f85 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -470,7 +470,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "seccomp" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.24.4#8f44986a0e956a77f2b2324c12f73bec16130c82" +source = "git+https://github.com/firecracker-microvm/firecracker?tag=v0.24.5#cd36c699f3cb3d531289aadee26c45c1306edcfc" dependencies = [ "libc", ] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 18b8b4ae3..1b028d8a7 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -13,7 +13,7 @@ block_util = { path = "../block_util" } libc = "0.2.98" libfuzzer-sys = "0.4.2" qcow = { path = "../qcow" } -seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.4" } +seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.5" } virtio-devices = { path = "../virtio-devices" } vmm-sys-util = "0.8.0" vm-virtio = { path = "../vm-virtio" }