diff --git a/Cargo.lock b/Cargo.lock index de2233f9..b346191e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -593,9 +593,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "half" diff --git a/crates/rsonpath-test/Cargo.toml b/crates/rsonpath-test/Cargo.toml index 081b11bd..deed5129 100644 --- a/crates/rsonpath-test/Cargo.toml +++ b/crates/rsonpath-test/Cargo.toml @@ -24,6 +24,6 @@ rsonpath-syntax = { workspace = true } [build-dependencies] eyre = "0.6.12" -glob = "0.3.1" +glob = "0.3.2" md5 = "0.7.0" rsonpath-test-codegen = { version = "0.9.3", path = "../rsonpath-test-codegen" }