1 Commits

Author SHA1 Message Date
dependabot[bot]
53d30fceac 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] <support@github.com>
2025-11-12 19:45:33 +00:00
2 changed files with 3 additions and 3 deletions

4
llmx-rs/Cargo.lock generated
View File

@@ -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"

View File

@@ -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"