From 5d3bf045f88a4a187f9bee481e3cabff06f8f448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:23:00 +0000 Subject: [PATCH] chore(deps): bump wildmatch from 2.5.0 to 2.6.0 in /codex-rs Bumps [wildmatch](https://github.com/becheran/wildmatch) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/becheran/wildmatch/releases) - [Commits](https://github.com/becheran/wildmatch/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: wildmatch dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 35424d822ad..a42c1e21795 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -7210,9 +7210,9 @@ dependencies = [ [[package]] name = "wildmatch" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39b7d07a236abaef6607536ccfaf19b396dbe3f5110ddb73d39f4562902ed382" +checksum = "2d654e41fe05169e03e27b97e0c23716535da037c1652a31fd99c6b2fad84059" [[package]] name = "winapi" diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index c50c69aa3f5..29a76eef462 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -209,7 +209,7 @@ vt100 = "0.16.2" walkdir = "2.5.0" webbrowser = "1.0" which = "6" -wildmatch = "2.5.0" +wildmatch = "2.6.0" wiremock = "0.6" zeroize = "1.8.2"