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

Commit b406cc1

Browse files
build(deps): bump arbitrary from 1.3.2 to 1.4.0 (#7458)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.3.2 to 1.4.0. - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c4e19e commit b406cc1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spl-math = { version = "0.3", path = "../../libraries/math" }
2222
spl-token = { version = "7.0", path = "../../token/program", features = [ "no-entrypoint" ] }
2323
spl-token-2022 = { version = "6.0.0", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
2424
thiserror = "1.0"
25-
arbitrary = { version = "1.3", features = ["derive"], optional = true }
25+
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2626
roots = { version = "0.0.8", optional = true }
2727

2828
[dev-dependencies]

token-swap/program/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010

1111
[dependencies]
1212
honggfuzz = { version = "0.5.56" }
13-
arbitrary = { version = "1.3", features = ["derive"] }
13+
arbitrary = { version = "1.4", features = ["derive"] }
1414
solana-program = "2.1.0"
1515
spl-math = { version = "0.3", path = "../../../libraries/math" }
1616
spl-token = { version = "7.0", path = "../../../token/program", features = [ "no-entrypoint" ] }

0 commit comments

Comments
 (0)