From a65762b1cc331d7cd2650c47530f531ab542439e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:03:23 +0000 Subject: [PATCH] Bump libfuzzer-sys from 0.4.4 to 0.4.7 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](https://github.com/rust-fuzz/libfuzzer/compare/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] --- Cargo.lock | 4 ++-- fuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3672c6..5ec27e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,9 +925,9 @@ checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" [[package]] name = "libfuzzer-sys" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae185684fe19814afd066da15a7cc41e126886c21282934225d9fc847582da58" +checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" dependencies = [ "arbitrary", "cc", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index ee390d6..a200044 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -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"] }