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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-06 08:20:21 +02:00 committed by GitHub
parent 54a523a24a
commit acadd672a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 }