Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d9dfec6

Browse files
build(deps): bump honggfuzz from 0.5.55 to 0.5.56 (#6753)
* --- updated-dependencies: - dependency-name: honggfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Also update ci file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon C <[email protected]>
1 parent bd61361 commit d9dfec6

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

Cargo.lock

Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
cd "$(dirname "$0")/.."
55
source ./ci/rust-version.sh stable
66

7-
cargo +"$rust_stable" install honggfuzz --version=0.5.55 --force || true
7+
cargo +"$rust_stable" install honggfuzz --version=0.5.56 --force || true
88

99
usage() {
1010
exitcode=0

token-swap/program/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
publish = false
1010

1111
[dependencies]
12-
honggfuzz = { version = "0.5.55" }
12+
honggfuzz = { version = "0.5.56" }
1313
arbitrary = { version = "1.3", features = ["derive"] }
1414
solana-program = ">=1.18.11,<=2"
1515
spl-math = { version = "0.2", path = "../../../libraries/math", features = [ "no-entrypoint" ] }

0 commit comments

Comments
 (0)