Skip to content

Commit

Permalink
Bump honggfuzz from 0.5.54 to 0.5.55 (#18)
Browse files Browse the repository at this point in the history
Bumps [honggfuzz](https://github.com/rust-fuzz/honggfuzz-rs) from 0.5.54 to 0.5.55.
- [Commits](rust-fuzz/honggfuzz-rs@v0.5.54...v0.5.55)

---
updated-dependencies:
- dependency-name: honggfuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent 956876b commit d0a0f62
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 deletions 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 reed-solomon-novelpoly-fuzzit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
honggfuzz = "=0.5.54"
honggfuzz = "=0.5.55"
arbitrary = { version = "1", features = ["derive"] }
rstester = { path = "../reed-solomon-tester", package = "reed-solomon-tester" }
novelpoly = { path = "../reed-solomon-novelpoly", package = "reed-solomon-novelpoly" }
Expand Down

0 comments on commit d0a0f62

Please sign in to comment.