Skip to content

Commit

Permalink
Update jsonpath-rust requirement from 0.4.0 to 0.5.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.4.0...v0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and theredfish committed Mar 9, 2024
1 parent 4153dbf commit f16ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ url = "2.4.1"
futures = "0.3.28"
strum = { version = "0.26.1", features = ["derive"] }
strum_macros = "0.26.1"
jsonpath-rust = "0.4.0"
jsonpath-rust = "0.5.0"
jsonschema = "0.17.1"

[dev-dependencies]
Expand Down

0 comments on commit f16ca47

Please sign in to comment.