From acadd672a8d661b611f97f344fcadda709b02291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 08:20:21 +0200 Subject: [PATCH] chore(deps): bump k256 from 0.10.0 to 0.10.1 (#762) Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.10.0...k256/v0.10.1) --- 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 f637b172..c81e7295 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1901,9 +1901,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e786b08b1c90389266b21e238894b88c03296b44db6c6a797484c6fb3e6e5a" +checksum = "7511aa19fa182a8a4885760c4e5675b17173b02ae86ec5d376d34f5278c874b9" dependencies = [ "cfg-if 1.0.0", "ecdsa", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 0dd9f50c..4d923fc5 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.3", default-features = false, features = ["std"] } elliptic-curve = { version = "0.11.5", default-features = false } generic-array = { version = "0.14.5", default-features = false } -k256 = { version = "0.10.0", default-features = false, features = ["keccak256", "ecdsa"] } +k256 = { version = "0.10.1", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.8.4", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }