Skip to content

Commit 28c066d

Browse files
Bump arbitrary from 1.3.1 to 1.3.2 (paritytech#538)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.3.1 to 1.3.2. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 577b112 commit 28c066d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bitvec = { version = "1", default-features = false, features = [ "alloc" ], opti
1717
bytes = { version = "1", default-features = false, optional = true }
1818
byte-slice-cast = { version = "1.2.2", default-features = false }
1919
generic-array = { version = "0.14.7", optional = true }
20-
arbitrary = { version = "1.3.1", features = ["derive"], optional = true }
20+
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
2121
impl-trait-for-tuples = "0.2.2"
2222

2323
[dev-dependencies]

fuzzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ publish = false
99
[dependencies]
1010
parity-scale-codec = { path = "..", features = ["derive", "bit-vec", "fuzz"] }
1111
honggfuzz = "0.5.55"
12-
arbitrary = { version = "1.3.1", features = ["derive"] }
12+
arbitrary = { version = "1.3.2", features = ["derive"] }
1313
bitvec = { version = "1", features = ["alloc"] }

0 commit comments

Comments
 (0)