chore(deps): bump k256 from 0.7.2 to 0.7.3 (#277)

Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/RustCrypto/elliptic-curves/releases)
- [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.7.2...k256/v0.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-27 23:18:16 +03:00 committed by GitHub
parent 4300413e3a
commit 244f6b7606
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

@ -1410,9 +1410,9 @@ dependencies = [
[[package]]
name = "k256"
version = "0.7.2"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf02ecc966e1b7e8db1c81ac8f321ba24d1cfab5b634961fab10111f015858e1"
checksum = "4476a0808212a9e81ce802eb1a0cfc60e73aea296553bacc0fac7e1268bc572a"
dependencies = [
"cfg-if 1.0.0",
"ecdsa",

View File

@ -18,7 +18,7 @@ arrayvec = { version = "0.5.1", default-features = false }
ecdsa = { version = "0.10.2", default-features = false, features = ["std"] }
elliptic-curve = { version = "0.9.11", default-features = false }
generic-array = { version = "0.14.4", default-features = false }
k256 = { version = "0.7.2", default-features = false, features = ["keccak256", "ecdsa"] }
k256 = { version = "0.7.3", default-features = false, features = ["keccak256", "ecdsa"] }
rand = { version = "0.7.1", default-features = false }
tiny-keccak = { version = "2.0.2", default-features = false }