Skip to content

Commit f372a34

Browse files
chore(dep): bump libfuzzer-sys from 0.4.9 to 0.4.10 in /fuzz in the test-deps group (#741)
chore(dep): bump libfuzzer-sys in /fuzz in the test-deps group Bumps the test-deps group in /fuzz with 1 update: [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer). Updates `libfuzzer-sys` from 0.4.9 to 0.4.10 - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/libfuzzer@0.4.9...0.4.10) --- updated-dependencies: - dependency-name: libfuzzer-sys dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 266e68c commit f372a34

File tree

2 files changed

+14
-134
lines changed

2 files changed

+14
-134
lines changed

fuzz/Cargo.lock

Lines changed: 13 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cargo-fuzz = true
99

1010
[dependencies]
1111
arbitrary = { version = "1.4.*", features = ["derive"] }
12-
libfuzzer-sys = { version = "0.4.9" }
12+
libfuzzer-sys = { version = "0.4.10" }
1313
serde = "1.0.219"
1414
serde_json = "1.0.140"
1515

0 commit comments

Comments
 (0)