diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 49862881..81fc8683 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -5292,9 +5292,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 4fb10aff..b4ed4a93 100644 --- a/codex-rs/core/Cargo.toml +++ b/codex-rs/core/Cargo.toml @@ -57,7 +57,7 @@ tree-sitter = "0.25.9" tree-sitter-bash = "0.25.0" uuid = { version = "1", features = ["serde", "v4"] } which = "6" -wildmatch = "2.4.0" +wildmatch = "2.5.0" [target.'cfg(target_os = "linux")'.dependencies]