Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent ad8fbf9 commit f529af7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 wtx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dependencies]
aes-gcm = { default-features = false, optional = true, version = "0.10" }
arbitrary = { default-features = false, features = ["derive_arbitrary"], optional = true, version = "1.0" }
arbitrary = { default-features = false, features = ["derive_arbitrary"], optional = true, version = "1.4" }
argon2 = { default-features = false, optional = true, version = "0.5" }
base64 = { default-features = false, features = ["alloc"], optional = true, version = "0.22" }
borsh = { default-features = false, features = ["derive"], optional = true, version = "1.0" }
Expand Down

0 comments on commit f529af7

Please sign in to comment.