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

Commit 242ed0e

Browse files
build(deps): bump arbitrary from 1.0.3 to 1.3.1 (#5515)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.0.3 to 1.3.1. - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/compare/[email protected]) --- 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 b51213d commit 242ed0e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.2", path = "../../libraries/math", features = [ "no-en
2222
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
2323
spl-token-2022 = { version = "0.9", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
2424
thiserror = "1.0"
25-
arbitrary = { version = "1.0", features = ["derive"], optional = true }
25+
arbitrary = { version = "1.3", 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.55" }
13-
arbitrary = { version = "1.0", features = ["derive"] }
13+
arbitrary = { version = "1.3", features = ["derive"] }
1414
solana-program = "1.16.16"
1515
spl-math = { version = "0.2", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
1616
spl-token = { version = "4.0", path = "../../../token/program", features = [ "no-entrypoint" ] }

0 commit comments

Comments
 (0)