Skip to content

Commit

Permalink
chore(deps): bump serde_json_path from 0.6.3 to 0.6.4
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.3 to 0.6.4.
- [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.3...v0.6.4)

---
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 Dec 4, 2023
1 parent 111e811 commit 24d8082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.27"
thiserror = "1"
serde_json_path = "0.6.3"
serde_json_path = "0.6.4"

[dev-dependencies]
rstest = "0.17.0"

0 comments on commit 24d8082

Please sign in to comment.