diff --git a/Cargo.lock b/Cargo.lock index d0adb303..96e37939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "0.13.0" +version = "0.17.0" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", diff --git a/Cargo.toml b/Cargo.toml index b3ffd240..8a889e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"] [dependencies] ethers-addressbook = { version = "^0.17.0", default-features = false, path = "./ethers-addressbook" } -ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract" } +ethers-contract = { version = "^0.17.0", default-features = false, path = "./ethers-contract" } ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" } ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" } diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 6c9118dd..0896b47d 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-contract" license = "MIT OR Apache-2.0" -version = "0.13.0" +version = "0.17.0" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Smart contract bindings for the ethers-rs crate" diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 97ebdce2..b9ce4db4 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-features = false } +ethers-contract = { version = "^0.17.0", path = "../ethers-contract", default-features = false } ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false } ethers-etherscan = { version = "^0.13.0", path = "../ethers-etherscan", default-features = false } ethers-providers = { version = "^0.17.0", path = "../ethers-providers", default-features = false }