diff --git a/Cargo.lock b/Cargo.lock index c19590aa96..047df08af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4251,9 +4251,9 @@ dependencies = [ [[package]] name = "jsonpath-rust" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7ea2fa3ba7d1404aa6b094aceec1d49106ec0110b40c40b76cedae148837a3b" +checksum = "2b55563e28c54b1cc0d7eb92475cf9e210cd58e2fce9fabbc0cb5bb1136b4ab3" dependencies = [ "pest", "pest_derive", diff --git a/dozer-sql/Cargo.toml b/dozer-sql/Cargo.toml index d085055ad8..c5ec532d9e 100644 --- a/dozer-sql/Cargo.toml +++ b/dozer-sql/Cargo.toml @@ -14,7 +14,7 @@ dozer-tracing = {path = "../dozer-tracing"} ahash = "0.8.3" enum_dispatch = "0.3.11" -jsonpath-rust = "0.3.0" +jsonpath-rust = "0.3.1" like = "0.3.1" linked-hash-map = { version = "0.5.6", features = ["serde_impl"] } metrics = "0.21.0"