diff --git a/Cargo.lock b/Cargo.lock index cdbbe2d43..ba974c448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "ethereum" -version = "6.12.0" +version = "6.13.0" dependencies = [ "chain_ids", "common", diff --git a/common/ethereum/Cargo.toml b/common/ethereum/Cargo.toml index 7acd00470..6ff8af242 100644 --- a/common/ethereum/Cargo.toml +++ b/common/ethereum/Cargo.toml @@ -3,7 +3,7 @@ license = "MIT" publish = false edition = "2021" name = "ethereum" -version = "6.12.0" +version = "6.13.0" readme = "README.md" rust-version = "1.56" keywords = ["defi", "crypto"]