From 3c44b583da02f795124a952063a10ad736e0932a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:22:10 +0000 Subject: [PATCH] Bump jsonpath-rust from 0.7.0 to 0.7.1 Bumps [jsonpath-rust](https://github.com/besok/jsonpath-rust) from 0.7.0 to 0.7.1. - [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 9581b1cb..70d28fd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,9 +901,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jsonpath-rust" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d64f9886fc067a709ab27faf63b7d3f4d1ec570a700705408b0b0683e2f43897" +checksum = "1ca0a39f6e5ef7feebbd58db24ad952ba4006f41008bf51146fe970949ebd4e8" dependencies = [ "pest", "pest_derive", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 7c5cf2e9..f576b00c 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.0" +jsonpath-rust = "0.7.1" rustc_lexer = "0.1.0" serde_json = "1" #git = "https://github.com/emo-crab/slinger",