From 4dea874405c3f0217df0e0fd93422ee7355a49d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:32:24 +0000 Subject: [PATCH] chore(deps): bump derive_arbitrary from 1.3.2 to 1.4.2 Bumps [derive_arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.3.2 to 1.4.2. - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/arbitrary/compare/v1.3.2...v1.4.2) --- updated-dependencies: - dependency-name: derive_arbitrary dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efeb29a..b52fb02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ dependencies = [ [[package]] name = "derive_arbitrary" -version = "1.3.2" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" +checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e4146ee..9074dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/dreamgeneX/COMEBACKHERE" [workspace.dependencies] soroban-sdk = { version = "20.0.0" } stellar-xdr = "0.0.18" -derive_arbitrary = "=1.3.2" +derive_arbitrary = "=1.4.2"