Skip to content

Commit

Permalink
build(deps): bump arbitrary from 1.3.2 to 1.4.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent a85d361 commit 95a4701
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spl-math = { version = "0.3", path = "../../libraries/math" }
spl-token = { version = "7.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-token-2022 = { version = "6.0.0", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
thiserror = "1.0"
arbitrary = { version = "1.3", features = ["derive"], optional = true }
arbitrary = { version = "1.4", features = ["derive"], optional = true }
roots = { version = "0.0.8", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
honggfuzz = { version = "0.5.56" }
arbitrary = { version = "1.3", features = ["derive"] }
arbitrary = { version = "1.4", features = ["derive"] }
solana-program = "2.1.0"
spl-math = { version = "0.3", path = "../../../libraries/math" }
spl-token = { version = "7.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
Expand Down

0 comments on commit 95a4701

Please sign in to comment.