From d8bac405dda3591295b000109da22795ead8b5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:58:03 +0000 Subject: [PATCH] Bump jsonpath-rust from 0.7.1 to 0.7.2 Bumps [jsonpath-rust](https://github.com/besok/jsonpath-rust) from 0.7.1 to 0.7.2. - [Changelog](https://github.com/besok/jsonpath-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/besok/jsonpath-rust/commits) --- updated-dependencies: - dependency-name: jsonpath-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b42b70df..82facbe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,9 +901,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jsonpath-rust" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca0a39f6e5ef7feebbd58db24ad952ba4006f41008bf51146fe970949ebd4e8" +checksum = "514f8a353ad9e85443b30fefe169ce93794ec7c98054a4312ab08530f15b7bb3" dependencies = [ "pest", "pest_derive", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index afd7e040..c12f3e2a 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -14,7 +14,7 @@ fancy-regex = { version = "0.13.0", default-features = false, features = [ "unicode", "perf", ] } -jsonpath-rust = "0.7.1" +jsonpath-rust = "0.7.2" rustc_lexer = "0.1.0" serde_json = "1" #git = "https://github.com/emo-crab/slinger",