From 21985bf73ca559996d57c2b9c23c90bd28a6beeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:37:01 +0000 Subject: [PATCH] Bump jsonpath-rust from 0.3.0 to 0.3.1 Bumps [jsonpath-rust](https://github.com/besok/jsonpath-rust) from 0.3.0 to 0.3.1. - [Changelog](https://github.com/besok/jsonpath-rust/blob/0.3.1/CHANGELOG.md) - [Commits](https://github.com/besok/jsonpath-rust/compare/v0.3.0...0.3.1) --- updated-dependencies: - dependency-name: jsonpath-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dozer-sql/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"