From 745d14ea7bb7aa2de6e5a5a84e694d881cd3f605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 02:02:57 -0700 Subject: [PATCH] chore(deps): bump k256 from 0.10.3 to 0.10.4 (#1037) Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.10.3...k256/v0.10.4) --- 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 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 }