From 25a2cd0cab9a8236a2b27338dad9456a5010720a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:21:08 +0000 Subject: [PATCH] :arrow_up: Bump serde_with from 3.16.1 to 3.18.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.16.1 to 3.18.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.16.1...v3.18.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c442ec6f..c49877b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11107,9 +11107,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.16.1" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" +checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" dependencies = [ "base64 0.22.1", "chrono", @@ -11126,11 +11126,11 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.16.1" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" +checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" dependencies = [ - "darling 0.21.3", + "darling 0.23.0", "proc-macro2", "quote", "syn 2.0.114", diff --git a/Cargo.toml b/Cargo.toml index 7b3f13f2c..58f0c7004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ secp256k1 = { version = "0.31.1" } seq-macro = { version = "0.3.6", default-features = false } serde = { version = "1.0", default-features = false } serde_json = { version = "1.0.142" } -serde_with = { version = "3.14.1" } +serde_with = { version = "3.18.0" } sha2 = { version = "=0.10.9", default-features = false } # Pinned because of risczero patch sha3 = { version = "0.10.8" } sp1-sdk = { version = "5.2.2", default-features = false }