From ae5e2b5148a1279202f33ef117315bf5b0c89a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:49:34 +0000 Subject: [PATCH] Bump wildmatch from 2.3.4 to 2.4.0 Bumps [wildmatch](https://github.com/becheran/wildmatch) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/becheran/wildmatch/releases) - [Commits](https://github.com/becheran/wildmatch/compare/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: wildmatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_config/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ea6dcfbd..317c90e1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5281,9 +5281,9 @@ checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "wildmatch" -version = "2.3.4" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19" +checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" [[package]] name = "winapi" diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 3d8ba12dd..14ee53930 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -13,7 +13,7 @@ serde_json = {version = "1.0", features = ["preserve_order"]} serde_derive = "1.0" lazy_static = "1.5" thiserror = "1.0.64" -wildmatch = "2.3.4" +wildmatch = "2.4.0" log = "0.4.22" testing_logger = "0.1.1" url = "2.5.2"