From ae674ad2775525e40ca6ee1898bb5dc83768a040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:50:35 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.185 --- bin/withdrawal-finalizer/Cargo.toml | 2 +- client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/withdrawal-finalizer/Cargo.toml b/bin/withdrawal-finalizer/Cargo.toml index aef2cc53..d6db6795 100644 --- a/bin/withdrawal-finalizer/Cargo.toml +++ b/bin/withdrawal-finalizer/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" clap = { version = "4.3.23", features = ["derive", "string"] } color-eyre = "0.6.2" ethers = { version = "2.0.8", default-features = false, features = ["ws", "rustls"] } -serde = "1.0.184" +serde = "1.0.185" tokio = { version = "1.32.0", features = ["full"] } toml = "0.7.6" url = { version = "2.4.0", features = ["serde"] } diff --git a/client/Cargo.toml b/client/Cargo.toml index 087a875d..ee01297d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] ethers = "2.0.8" thiserror = "1.0.47" -serde = "1.0.184" +serde = "1.0.185" chrono = { version = "0.4.26", default-features = false, features = ["serde"] } async-trait = "0.1.73" metrics = "0.21.1"