Skip to content

Commit

Permalink
Bump libfuzzer-sys from 0.4.4 to 0.4.7
Browse files Browse the repository at this point in the history
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.4 to 0.4.7.
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/libfuzzer@0.4.4...0.4.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 39d5d4e commit a65762b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "fuzz"
arbitrary = "1.1.3"
chrono = "0.4"
lazy_static = "1.4.0"
libfuzzer-sys = "0.4.4"
libfuzzer-sys = "0.4.7"
rand = "0.8.4"
solana-program = "^1.9"
spl-token = { version = "^3", features = ["no-entrypoint"] }
Expand Down

0 comments on commit a65762b

Please sign in to comment.