From 28fcfbad18280ace22473359f16d86c5d71379d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:19:27 +0000 Subject: [PATCH] Bump serde_with from 3.9.0 to 3.12.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.12.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.12.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8733d5c..5326bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11177,9 +11177,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" dependencies = [ "base64 0.22.1", "chrono", @@ -11195,9 +11195,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.9.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" +checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e13a59b..f4a077b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio-util = "0.7.10" eyre = "0.6.8" serde = "1.0.188" serde_json = "1.0.105" -serde_with = { version = "3.8.1", features = ["time_0_3"] } +serde_with = { version = "3.12.0", features = ["time_0_3"] } toml = "0.8.8" jsonrpsee = { version = "0.20.3", features = ["full"] } reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.1.1" }