From 6c8470953f97a1e65b789882c0c95629e0ce384a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:35:23 -0700 Subject: [PATCH] chore(deps): bump landlock from 0.4.2 to 0.4.4 in /codex-rs (#8413) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [landlock](https://github.com/landlock-lsm/rust-landlock) from 0.4.2 to 0.4.4.
Release notes

Sourced from landlock's releases.

v0.4.4

See crate's metadata and related documentation.

What's Changed

See summary in CHANGELOG.md

Full Changelog: https://github.com/landlock-lsm/rust-landlock/compare/v0.4.3...v0.4.4

v0.4.3

See crate's metadata and related documentation.

What's Changed

See summary in CHANGELOG.md

New Contributors

Full Changelog: https://github.com/landlock-lsm/rust-landlock/compare/v0.4.2...v0.4.3

Changelog

Sourced from landlock's changelog.

v0.4.4

New API

Dependencies

Testing

Example

v0.4.3

New API

Documentation

Testing

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=landlock&package-manager=cargo&previous-version=0.4.2&new-version=0.4.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- codex-rs/Cargo.lock | 4 ++-- codex-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index eb7a0a4ef..670e8f9ed 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -3954,9 +3954,9 @@ dependencies = [ [[package]] name = "landlock" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d2ef408b88e913bfc6594f5e693d57676f6463ded7d8bf994175364320c706" +checksum = "49fefd6652c57d68aaa32544a4c0e642929725bdc1fd929367cdeb673ab81088" dependencies = [ "enumflags2", "libc", diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 25289f2a8..3dc6618ce 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -146,7 +146,7 @@ indexmap = "2.12.0" insta = "1.44.3" itertools = "0.14.0" keyring = { version = "3.6", default-features = false } -landlock = "0.4.1" +landlock = "0.4.4" lazy_static = "1" libc = "0.2.177" log = "0.4"