From 244f6b76065d6ef91bc33413290a3e8c8d669db0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:18:16 +0300 Subject: [PATCH] chore(deps): bump k256 from 0.7.2 to 0.7.3 (#277) Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.7.2...k256/v0.7.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6162ab98..01a820df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1410,9 +1410,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf02ecc966e1b7e8db1c81ac8f321ba24d1cfab5b634961fab10111f015858e1" +checksum = "4476a0808212a9e81ce802eb1a0cfc60e73aea296553bacc0fac7e1268bc572a" dependencies = [ "cfg-if 1.0.0", "ecdsa", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 46b33468..412c705e 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -18,7 +18,7 @@ arrayvec = { version = "0.5.1", default-features = false } ecdsa = { version = "0.10.2", default-features = false, features = ["std"] } elliptic-curve = { version = "0.9.11", default-features = false } generic-array = { version = "0.14.4", default-features = false } -k256 = { version = "0.7.2", default-features = false, features = ["keccak256", "ecdsa"] } +k256 = { version = "0.7.3", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.7.1", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }