From 129006b402117a441bd1778d43501838696cdb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 02:16:38 -0700 Subject: [PATCH] chore(deps): bump k256 from 0.10.2 to 0.10.3 (#1032) Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.10.2...k256/v0.10.3) --- updated-dependencies: - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 0dfe7759..94058bd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1997,9 +1997,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cc5937366afd3b38071f400d1ce5bd8b1d40b5083cc14e6f8dbcc4032a7f5bb" +checksum = "587f53e46eb6dc82b53cda7ebf3ae3ad568ed987ced60962fc845f7fe22904e3" dependencies = [ "cfg-if 1.0.0", "ecdsa", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index eb03b5c8..680693ad 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.2", default-features = false, features = ["keccak256", "ecdsa"] } +k256 = { version = "0.10.3", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.8.5", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }