Skip to content

Commit

Permalink
Bump arbitrary from 1.1.3 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.1.3 to 1.3.2.
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.1.3...v1.3.2)

---
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 Dec 4, 2023
1 parent 39d5d4e commit c7c9bb5
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 40 deletions.
93 changes: 55 additions & 38 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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo-fuzz = true
name = "fuzz"

[dependencies]
arbitrary = "1.1.3"
arbitrary = "1.3.2"
chrono = "0.4"
lazy_static = "1.4.0"
libfuzzer-sys = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["solana", "saber"]
fuzz = ["arbitrary"]

[dependencies]
arbitrary = { version = "1.1.3", features = ["derive"], optional = true }
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
arrayref = "0.3.6"
num-derive = "0.3"
num-traits = "0.2"
Expand Down

0 comments on commit c7c9bb5

Please sign in to comment.