Skip to content

Commit

Permalink
chore(dep): bump arbitrary from 1.3.2 to 1.4.1 in /fuzz in the test-d…
Browse files Browse the repository at this point in the history
…eps 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>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent bc00bff commit f1d78c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
cargo-fuzz = true

[dependencies]
arbitrary = { version = "1.3.*", features = ["derive"] }
arbitrary = { version = "1.4.*", features = ["derive"] }
libfuzzer-sys = { version = "0.4" }
serde = "1.0.214"
serde_json = "1.0.132"
Expand Down

0 comments on commit f1d78c9

Please sign in to comment.