diff --git a/Cargo.lock b/Cargo.lock index a099ab45..b1fbc592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1997,9 +1997,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "587f53e46eb6dc82b53cda7ebf3ae3ad568ed987ced60962fc845f7fe22904e3" +checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d" dependencies = [ "cfg-if 1.0.0", "ecdsa", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 47b31aa5..3b025cd5 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -19,7 +19,7 @@ rlp-derive = { version = "0.1.0", default-features = false } ecdsa = { version = "0.13.4", default-features = false, features = ["std"] } elliptic-curve = { version = "0.11.12", default-features = false } generic-array = { version = "0.14.5", default-features = false } -k256 = { version = "0.10.3", default-features = false, features = ["keccak256", "ecdsa"] } +k256 = { version = "0.10.4", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.8.5", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }