Skip to content

Commit c750c35

Browse files
build(deps): bump arbitrary from 1.3.2 to 1.4.0 (#3325)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24d0092 commit c750c35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
5959

6060
[[package]]
6161
name = "arbitrary"
62-
version = "1.3.2"
62+
version = "1.4.0"
6363
source = "registry+https://github.com/rust-lang/crates.io-index"
64-
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
64+
checksum = "775a8770d29db3dadcb858482cc240af7b2ffde4ac4de67d1d4955728103f0e2"
6565
dependencies = [
6666
"derive_arbitrary",
6767
]
@@ -439,9 +439,9 @@ dependencies = [
439439

440440
[[package]]
441441
name = "derive_arbitrary"
442-
version = "1.3.2"
442+
version = "1.4.0"
443443
source = "registry+https://github.com/rust-lang/crates.io-index"
444-
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
444+
checksum = "d475dfebcb4854d596b17b09f477616f80f17a550517f2b3615d8c205d5c802b"
445445
dependencies = [
446446
"proc-macro2",
447447
"quote",

0 commit comments

Comments
 (0)