Skip to content

Commit

Permalink
Update jsonpath-rust requirement from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonpath-rust](https://github.com/besok/jsonpath-rust) to permit the latest version.
- [Changelog](https://github.com/besok/jsonpath-rust/blob/main/CHANGELOG.md)
- [Commits](besok/jsonpath-rust@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: jsonpath-rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent de31223 commit 2212cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
jsonpath-rust = "0.3.0"
jsonpath-rust = "0.4.0"
reqwest = "0.11.17"
serde = "1.0.162"
serde_json = "1.0.96"
Expand Down

0 comments on commit 2212cff

Please sign in to comment.