From 956bb7c524cd2da5a9b1cbb15343453bedb10c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:47:55 +0000 Subject: [PATCH] chore(deps): Bump landlock from 0.4.4 to 0.4.5 Bumps [landlock](https://github.com/landlock-lsm/rust-landlock) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/landlock-lsm/rust-landlock/releases) - [Changelog](https://github.com/landlock-lsm/rust-landlock/blob/main/CHANGELOG.md) - [Commits](https://github.com/landlock-lsm/rust-landlock/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: landlock dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/codex/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff711c85..c3061554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10166,9 +10166,9 @@ dependencies = [ [[package]] name = "landlock" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49fefd6652c57d68aaa32544a4c0e642929725bdc1fd929367cdeb673ab81088" +checksum = "635839550ae8b90d9fd2571460a6645dc0aec070225956ca7a2831ed31d2795d" dependencies = [ "enumflags2", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2cc42f82..c3b3f3e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -316,7 +316,7 @@ diffy = "0.4.2" icu_decimal = "=2.1.1" icu_locale_core = "=2.2.0" icu_provider = { version = "=2.1.1", features = ["sync"] } -landlock = "0.4.4" +landlock = "0.4.5" quick-xml = { version = "0.39.2", features = ["serialize"] } seccompiler = "0.5.0" strum = "0.28.0" diff --git a/crates/codex/Cargo.toml b/crates/codex/Cargo.toml index 8b7c265d..951ab49e 100644 --- a/crates/codex/Cargo.toml +++ b/crates/codex/Cargo.toml @@ -289,7 +289,7 @@ inventory = "0.3.19" itertools = "0.14.0" jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] } keyring = { version = "3.6", default-features = false } -landlock = "0.4.4" +landlock = "0.4.5" lazy_static = "1" libc = "0.2.182" log = "0.4"