Skip to content

Commit bc00bff

Browse files
chore(dep): update serde_json_path requirement from 0.6.7 to 0.7.1 in /crates/rsonpath-benchmarks in the test-deps group (#578)
chore(dep): update serde_json_path requirement Updates the requirements on [serde_json_path](https://github.com/hiltontj/serde_json_path) to permit the latest version. Updates `serde_json_path` to 0.7.1 - [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.7...v0.7.1) --- updated-dependencies: - dependency-name: serde_json_path dependency-type: direct:production dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c917265 commit bc00bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rsonpath-benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ouroboros = "0.18.4"
3737
reqwest = { version = "0.12.8", features = ["blocking"] }
3838
rsonpath-lib = { version = "0.9.1", default-features = false }
3939
rsonpath-syntax = { version = "0.3.1", default-features = false }
40-
serde_json_path = "0.6.7"
40+
serde_json_path = "0.7.1"
4141
tar = "0.4.42"
4242
thiserror = "1.0.64"
4343

0 commit comments

Comments
 (0)