From 9fc47aa8c5d8804f4c9133da23f9f33484c37620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:29:24 +0100 Subject: [PATCH] fix(deps): update rust crate wildmatch to 2.3.3 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef38dd74..7e1186d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2355,9 +2355,9 @@ dependencies = [ [[package]] name = "wildmatch" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d63b4687b0737f3b9e0f3a299ffd65824623859303a8e148443c3611c5c445" +checksum = "939e59c1bc731542357fdaad98b209ef78c8743d652bb61439d16b16a79eb025" [[package]] name = "winapi" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index f3969e6a..143b1196 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -54,7 +54,7 @@ toml = { version = "0.8.11", features = ["indexmap", "preserve_order"] } tracing = { workspace = true } typed-builder = { workspace = true } ulid = { version = "1.1.2", features = ["serde"] } -wildmatch = "2.3.2" +wildmatch = "2.3.3" [dev-dependencies] insta = { version = "1.36.1", features = ["toml", "redactions"] }