From 21eaca48bbc40607338af98f22ad2310bc5d4af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:45:03 +0000 Subject: [PATCH] chore(deps): update seccompiler digest to c05f207 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e1382b6b..9ab41026a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ regex = "1.11.3" rusqlite = "0.39.0" rustc-hash = "2.1.1" # SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0) -seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "08587106340b8e3cb361c7561411510039436857" } +seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "c05f20798917d8df814d1154aea3135a53f7f944" } serde = "1.0.219" serde_json = "1.0.140" serde_norway = "0.9.42"