From ddc78ef733d10e38a210b36abd3114f4ae693472 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 18 Dec 2022 14:09:43 +0100 Subject: [PATCH] chore(deps): bump ethers (#507) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2fe0a20de..1fbf14e424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ [[package]] name = "ethers-core" version = "1.0.2" -source = "git+https://github.com/gakonst/ethers-rs#5bc9ee73b2a6c07b361710b0728ffbda681ff7e6" +source = "git+https://github.com/gakonst/ethers-rs#bb4af1c13478ab368e89be143e79b553eb956922" dependencies = [ "arrayvec", "bytes", @@ -1259,7 +1259,7 @@ dependencies = [ [[package]] name = "ethers-providers" version = "1.0.2" -source = "git+https://github.com/gakonst/ethers-rs#5bc9ee73b2a6c07b361710b0728ffbda681ff7e6" +source = "git+https://github.com/gakonst/ethers-rs#bb4af1c13478ab368e89be143e79b553eb956922" dependencies = [ "async-trait", "auto_impl",