diff --git a/Cargo.lock b/Cargo.lock index 2becfd27..bb3e3d19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "ethereum" -version = "6.13.0" +version = "6.14.0" dependencies = [ "chain_ids", "common", diff --git a/common/ethereum/Cargo.toml b/common/ethereum/Cargo.toml index 6ff8af24..c88629b4 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.13.0" +version = "6.14.0" readme = "README.md" rust-version = "1.56" keywords = ["defi", "crypto"]