From 3ca6065febec62eeb920f0a44cc7266f9aac8afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:33:37 +0000 Subject: [PATCH] Update Rust crate ethers to 2.0.14 --- chaindexing-tests/Cargo.toml | 2 +- chaindexing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chaindexing-tests/Cargo.toml b/chaindexing-tests/Cargo.toml index 81990a0..550071c 100644 --- a/chaindexing-tests/Cargo.toml +++ b/chaindexing-tests/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] chaindexing = { path = "../chaindexing", features = ["postgres"] } -ethers = "2.0" +ethers = "2.0.14" futures-util = "0.3" dotenvy = "0.15" diesel = { version = "2", features = ["postgres", "chrono"] } diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..6954829 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -22,7 +22,7 @@ chrono = { version = "0.4", features = ["serde"] } diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"] } diesel-async = { version = "0.4", features = ["bb8", "postgres"] } pin-project-lite = "0.2.14" -ethers = "2.0" +ethers = "2.0.14" serde = { version = "1.0", features = ["derive"] } serde_json = "1" tokio-postgres = { version = "0.7", features = ["with-serde_json-1"], optional = true }