From a9eed72320350e4a0d4cf54744147be13c61b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:53:54 +0000 Subject: [PATCH] Update libseccomp requirement from 0.3 to 0.4 Updates the requirements on [libseccomp](https://github.com/libseccomp-rs/libseccomp-rs) to permit the latest version. - [Release notes](https://github.com/libseccomp-rs/libseccomp-rs/releases) - [Changelog](https://github.com/libseccomp-rs/libseccomp-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/libseccomp-rs/libseccomp-rs/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: libseccomp dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- judge-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judge-core/Cargo.toml b/judge-core/Cargo.toml index fdec064..5fd73f7 100644 --- a/judge-core/Cargo.toml +++ b/judge-core/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" [dependencies] libc = "0.2" -libseccomp = "0.3" +libseccomp = "0.4" nix = { version = "0.29", features = ["event", "fs", "process", "resource"] } log = "0.4" anyhow = "1.0"