Skip to content

Commit

Permalink
Update fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Nov 21, 2024
1 parent 52430a5 commit 449775a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
49 changes: 24 additions & 25 deletions fuzz/Cargo.lock

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

4 changes: 2 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2021"
cargo-fuzz = true

[dependencies]
arbitrary = { version = "1.3.2", features = ["derive"] }
arbitrary = { version = "1.4.1", features = ["derive"] }
bytes = "1.8.0"
libfuzzer-sys = "0.4.7"
libfuzzer-sys = "0.4.8"

[dependencies.waynest]
path = ".."
Expand Down

0 comments on commit 449775a

Please sign in to comment.