From 93f673f7d1b8e7651fe8b43da34464dd3ab04d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:40:51 +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 fee91cf29..7a7f0fb2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,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"