Skip to content

Commit 4eaf8d6

Browse files
build(deps): bump derive_arbitrary from 1.0.2 to 1.1.0 (#1481)
Bumps [derive_arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/rust-fuzz/arbitrary/releases) - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/commits) --- updated-dependencies: - dependency-name: derive_arbitrary dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 121c441 commit 4eaf8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ dependencies = [
225225

226226
[[package]]
227227
name = "derive_arbitrary"
228-
version = "1.0.2"
228+
version = "1.1.0"
229229
source = "registry+https://github.com/rust-lang/crates.io-index"
230-
checksum = "b24629208e87a2d8b396ff43b15c4afb0a69cea3fbbaa9ed9b92b7c02f0aed73"
230+
checksum = "98e23c06c035dac87bd802d98f368df73a7f2cb05a66ffbd1f377e821fac4af9"
231231
dependencies = [
232232
"proc-macro2",
233233
"quote",

0 commit comments

Comments
 (0)