From d316ae68d5ba42b38327cffdaed9f4cdeb667f65 Mon Sep 17 00:00:00 2001 From: Mattie Conover Date: Tue, 30 Aug 2022 11:30:22 -0400 Subject: [PATCH] update ethers-rs (#1004) --- rust/abacus-base/Cargo.toml | 2 +- rust/abacus-core/Cargo.toml | 6 +++--- rust/abacus-test/Cargo.toml | 2 +- rust/agents/relayer/Cargo.toml | 4 ++-- rust/agents/validator/Cargo.toml | 2 +- rust/chains/abacus-ethereum/Cargo.toml | 6 +++--- rust/ethers-prometheus/Cargo.toml | 2 +- rust/gelato/Cargo.toml | 2 +- rust/utils/abigen/Cargo.toml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rust/abacus-base/Cargo.toml b/rust/abacus-base/Cargo.toml index 55800ab35..4fc793d5f 100644 --- a/rust/abacus-base/Cargo.toml +++ b/rust/abacus-base/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1", features = ["rt", "macros"] } config = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", default-features = false } -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } thiserror = { version = "1.0", default-features = false } async-trait = { version = "0.1", default-features = false } futures-util = "0.3" diff --git a/rust/abacus-core/Cargo.toml b/rust/abacus-core/Cargo.toml index 3cd207b71..900fb3620 100644 --- a/rust/abacus-core/Cargo.toml +++ b/rust/abacus-core/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", default-features = false, features = ['legacy'] } -ethers-signers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features=["aws"] } -ethers-providers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features=["ws", "rustls"] } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", default-features = false, features = ['legacy'] } +ethers-signers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features=["aws"] } +ethers-providers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features=["ws", "rustls"] } config = "0.13" hex = "0.4.3" sha3 = "0.9.1" diff --git a/rust/abacus-test/Cargo.toml b/rust/abacus-test/Cargo.toml index 9abfab44b..2198b9879 100644 --- a/rust/abacus-test/Cargo.toml +++ b/rust/abacus-test/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" tokio = { version = "1", features = ["rt", "macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", default-features = false } -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } thiserror = { version = "1.0", default-features = false } async-trait = { version = "0.1", default-features = false } futures-util = "0.3" diff --git a/rust/agents/relayer/Cargo.toml b/rust/agents/relayer/Cargo.toml index dda6eb44b..d9e461e83 100644 --- a/rust/agents/relayer/Cargo.toml +++ b/rust/agents/relayer/Cargo.toml @@ -9,8 +9,8 @@ config = "0.13" color-eyre = { version = "0.6", optional = true } serde = {version = "1.0", features = ["derive"]} serde_json = { version = "1.0", default-features = false } -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } -ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features=["legacy"] } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } +ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features=["legacy"] } thiserror = { version = "1.0", default-features = false } async-trait = { version = "0.1", default-features = false } futures-util = "0.3" diff --git a/rust/agents/validator/Cargo.toml b/rust/agents/validator/Cargo.toml index feffd1ddb..e4bc3e6ed 100644 --- a/rust/agents/validator/Cargo.toml +++ b/rust/agents/validator/Cargo.toml @@ -8,7 +8,7 @@ tokio = { version = "1", features = ["rt", "macros"] } config = "0.13" serde = "1.0" serde_json = { version = "1.0", default-features = false } -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } thiserror = { version = "1.0", default-features = false } async-trait = { version = "0.1", default-features = false } futures-util = "0.3" diff --git a/rust/chains/abacus-ethereum/Cargo.toml b/rust/chains/abacus-ethereum/Cargo.toml index 6e667f0c5..fe1ae0f24 100644 --- a/rust/chains/abacus-ethereum/Cargo.toml +++ b/rust/chains/abacus-ethereum/Cargo.toml @@ -9,9 +9,9 @@ edition = "2021" # Main block serde = "1.0" serde_json = { version = "1.0", default-features = false } -ethers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features = ["abigen"]} -ethers-signers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features = ["aws"]} -ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features=["legacy"] } +ethers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features = ["abigen"]} +ethers-signers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features = ["aws"]} +ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features=["legacy"] } async-trait = { version = "0.1", default-features = false } thiserror = { version = "1.0", default-features = false } tracing = "0.1" diff --git a/rust/ethers-prometheus/Cargo.toml b/rust/ethers-prometheus/Cargo.toml index e109018b9..abe8b0cc9 100644 --- a/rust/ethers-prometheus/Cargo.toml +++ b/rust/ethers-prometheus/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] prometheus = "0.13" -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } derive_builder = "0.11" async-trait = { version = "0.1", default-features = false } futures = "0.3" diff --git a/rust/gelato/Cargo.toml b/rust/gelato/Cargo.toml index a085c41c2..b24f40e30 100644 --- a/rust/gelato/Cargo.toml +++ b/rust/gelato/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] async-trait = { version = "0.1", default-features = false } -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", default-features = false } tokio = { version = "1", features = ["macros"] } diff --git a/rust/utils/abigen/Cargo.toml b/rust/utils/abigen/Cargo.toml index 1b41079ef..06f1a63f2 100644 --- a/rust/utils/abigen/Cargo.toml +++ b/rust/utils/abigen/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } +ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } Inflector = "0.11"