Skip to content

Commit f1d78c9

Browse files
chore(dep): bump arbitrary from 1.3.2 to 1.4.1 in /fuzz in the test-deps group (#583)
chore(dep): bump arbitrary in /fuzz in the test-deps group Bumps the test-deps group in /fuzz with 1 update: [arbitrary](https://github.com/rust-fuzz/arbitrary). Updates `arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) --- updated-dependencies: - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor 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 bc00bff commit f1d78c9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

fuzz/Cargo.lock

+14-14
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
@@ -8,7 +8,7 @@ edition = "2021"
88
cargo-fuzz = true
99

1010
[dependencies]
11-
arbitrary = { version = "1.3.*", features = ["derive"] }
11+
arbitrary = { version = "1.4.*", features = ["derive"] }
1212
libfuzzer-sys = { version = "0.4" }
1313
serde = "1.0.214"
1414
serde_json = "1.0.132"

0 commit comments

Comments
 (0)