diff --git a/Cargo.lock b/Cargo.lock index bb61e073..d172ac1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ dependencies = [ [[package]] name = "wildmatch" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "495ec47bf3c1345005f40724f0269362c8556cbc43aed0526ed44cae1d35fceb" +checksum = "017f0a8ed8331210d91b7a4c30d4edef8f21a65c02f2540496e2e79725f6d8a8" [[package]] name = "winapi" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index dc351419..1fae7f17 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -53,7 +53,7 @@ toml = { version = "0.8.11", features = ["indexmap", "preserve_order"] } tracing = { version = "0.1.40" } typed-builder = "0.18.1" ulid = { version = "1.1.2", features = ["serde"] } -wildmatch = "2.3.0" +wildmatch = "2.3.1" [dev-dependencies] insta = { version = "1.36.1", features = ["toml", "redactions"] }