From a28eec7a6a8d0a378d23afa545a8856585a8aee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 02:17:50 +0000 Subject: [PATCH] chore(deps): bump wildmatch from 2.4.0 to 2.5.0 in /codex-rs Bumps [wildmatch](https://github.com/becheran/wildmatch) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/becheran/wildmatch/releases) - [Commits](https://github.com/becheran/wildmatch/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: wildmatch dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codex-rs/Cargo.lock | 4 ++-- codex-rs/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 4eddf7bd7..310e05f8e 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -5388,9 +5388,9 @@ dependencies = [ [[package]] name = "wildmatch" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" +checksum = "39b7d07a236abaef6607536ccfaf19b396dbe3f5110ddb73d39f4562902ed382" [[package]] name = "winapi" diff --git a/codex-rs/core/Cargo.toml b/codex-rs/core/Cargo.toml index 006a218ab..ef26e94eb 100644 --- a/codex-rs/core/Cargo.toml +++ b/codex-rs/core/Cargo.toml @@ -54,7 +54,7 @@ tree-sitter = "0.25.8" tree-sitter-bash = "0.25.0" uuid = { version = "1", features = ["serde", "v4"] } whoami = "1.6.0" -wildmatch = "2.4.0" +wildmatch = "2.5.0" [target.'cfg(target_os = "linux")'.dependencies]