Skip to content

Commit

Permalink
chore(deps): bump serde_json_path from 0.6.4 to 0.6.7
Browse files Browse the repository at this point in the history
Bumps [serde_json_path](https://github.com/hiltontj/serde_json_path) from 0.6.4 to 0.6.7.
- [Release notes](https://github.com/hiltontj/serde_json_path/releases)
- [Changelog](https://github.com/hiltontj/serde_json_path/blob/main/CHANGELOG.md)
- [Commits](hiltontj/serde_json_path@v0.6.4...v0.6.7)

---
updated-dependencies:
- dependency-name: serde_json_path
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 68751b2 commit 427f848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9.30"
thiserror = "1"
serde_json_path = "0.6.4"
serde_json_path = "0.6.7"

[dev-dependencies]
rstest = "0.17.0"

0 comments on commit 427f848

Please sign in to comment.