Skip to content

Commit

Permalink
Bump jsonpath-rust from 0.7.0 to 0.7.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 86161fe commit 3c44b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3c44b58

Please sign in to comment.