From fe4de53d8423c786a676a34774683eef9508bab1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 14:23:51 +0200 Subject: [PATCH] chore(deps): bump k256 from 0.7.1 to 0.7.2 (#156) Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.7.1...k256/v0.7.2) 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 fc9f4a58..ca93f2e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e443f962f64bcd3753b09e9d6c3733986a81e49b2a36c3c2faaedbe2c3a8e7dd" +checksum = "cf02ecc966e1b7e8db1c81ac8f321ba24d1cfab5b634961fab10111f015858e1" dependencies = [ "cfg-if 1.0.0", "ecdsa", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 235e17fc..9b111b93 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -20,7 +20,7 @@ arrayvec = { version = "0.5.1", default-features = false } ecdsa = { version = "0.10.2", default-features = false, features = ["std"] } elliptic-curve = { version = "0.8.4", default-features = false } generic-array = { version = "0.14.4", default-features = false } -k256 = { version = "0.7.1", default-features = false, features = ["keccak256", "ecdsa"] } +k256 = { version = "0.7.2", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.7.1", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }