diff --git a/Cargo.lock b/Cargo.lock index 6f25f990..3ac7c871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "ethers-contract", diff --git a/Cargo.toml b/Cargo.toml index ecb0bf0c..a1208136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.5.2" +version = "0.5.3" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"