Skip to content

Commit d3c33f4

Browse files
chore(dep): bump serde_json in /fuzz in the test-deps group
Bumps the test-deps group in /fuzz with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.128 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9b7732 commit d3c33f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fuzz/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo-fuzz = true
1111
arbitrary = { version = "1.3.*", features = ["derive"] }
1212
libfuzzer-sys = { version = "0.4" }
1313
serde = "1.0.210"
14-
serde_json = "1.0.128"
14+
serde_json = "1.0.132"
1515

1616
[dependencies.rsonpath-lib]
1717
path = "../crates/rsonpath-lib"

0 commit comments

Comments
 (0)