From 53d30fceac6b945d434e4576213608a53241e7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:45:33 +0000 Subject: [PATCH] chore(deps): bump wildmatch from 2.5.0 to 2.6.0 in /llmx-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] --- llmx-rs/Cargo.lock | 4 ++-- llmx-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llmx-rs/Cargo.lock b/llmx-rs/Cargo.lock index 0761c434..ce1bbbe5 100644 --- a/llmx-rs/Cargo.lock +++ b/llmx-rs/Cargo.lock @@ -7209,9 +7209,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/llmx-rs/Cargo.toml b/llmx-rs/Cargo.toml index 8f5a76c8..4e8a96fb 100644 --- a/llmx-rs/Cargo.toml +++ b/llmx-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"