Skip to content

Commit e789fad

Browse files
chore(dep): bump the test-deps group across 1 directory with 2 updates (#659)
Bumps the test-deps group with 2 updates in the /fuzz directory: [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) and [serde_json](https://github.com/serde-rs/json). Updates `libfuzzer-sys` from 0.4.8 to 0.4.9 - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/libfuzzer@0.4.8...0.4.9) Updates `serde_json` from 1.0.134 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.138) --- updated-dependencies: - dependency-name: libfuzzer-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3fd4ca commit e789fad

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

fuzz/Cargo.lock

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

fuzz/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cargo-fuzz = true
99

1010
[dependencies]
1111
arbitrary = { version = "1.4.*", features = ["derive"] }
12-
libfuzzer-sys = { version = "0.4.8" }
12+
libfuzzer-sys = { version = "0.4.9" }
1313
serde = "1.0.217"
14-
serde_json = "1.0.134"
14+
serde_json = "1.0.138"
1515

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

0 commit comments

Comments
 (0)