From ba8acadb96efffb4a1d133f6b115a2eb472e17f6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 27 Apr 2022 14:31:42 +0200 Subject: [PATCH] chore(test): bump ethers --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c3aa6dea14f..2d011f92e306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,7 +1293,7 @@ dependencies = [ [[package]] name = "ethers" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "ethers-addressbook", "ethers-contract", @@ -1308,7 +1308,7 @@ dependencies = [ [[package]] name = "ethers-addressbook" version = "0.1.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "ethers-core", "once_cell", @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "ethers-contract" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", @@ -1337,7 +1337,7 @@ dependencies = [ [[package]] name = "ethers-contract-abigen" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "Inflector", "cfg-if 1.0.0", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "ethers-contract-derive" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "ethers-contract-abigen", "ethers-core", @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "ethers-core" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "arrayvec 0.7.2", "bytes", @@ -1399,7 +1399,7 @@ dependencies = [ [[package]] name = "ethers-etherscan" version = "0.2.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "ethers-core", "ethers-solc", @@ -1414,7 +1414,7 @@ dependencies = [ [[package]] name = "ethers-middleware" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "async-trait", "ethers-contract", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "ethers-providers" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "async-trait", "auto_impl", @@ -1470,7 +1470,7 @@ dependencies = [ [[package]] name = "ethers-signers" version = "0.6.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "async-trait", "coins-bip32", @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "ethers-solc" version = "0.3.0" -source = "git+https://github.com/gakonst/ethers-rs#a866cd57260b37fd9be5aa3ba33083b9daa5405d" +source = "git+https://github.com/gakonst/ethers-rs#86908bc5334b7d2008e2143b197c7bd0697d8566" dependencies = [ "colored", "dunce",