chore(deps): bump elliptic-curve from 0.10.0 to 0.10.3 (#323)

Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.10.0 to 0.10.3.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.10.0...elliptic-curve-v0.10.3)

---
updated-dependencies:
- dependency-name: elliptic-curve
  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] 2021-07-05 14:15:11 +03:00 committed by GitHub
parent 52b9949d6f
commit 176d930cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -521,9 +521,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]] [[package]]
name = "crypto-bigint" name = "crypto-bigint"
version = "0.2.0" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "281d926f72b42bf3ba840b88cd53e39f36be9f66e34c8df3fb336372b3753d41" checksum = "bdc9968be9247fb330af911b91a58a267cbbcfcb8dea88debaf977738950dce5"
dependencies = [ dependencies = [
"generic-array 0.14.4", "generic-array 0.14.4",
"subtle 2.4.0", "subtle 2.4.0",
@ -678,9 +678,9 @@ dependencies = [
[[package]] [[package]]
name = "elliptic-curve" name = "elliptic-curve"
version = "0.10.0" version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade912ac38a947c8bff6d07bcf0ef97327027837963b0452e6f2a9e78b734ebf" checksum = "dd035cb119cbc25e91bb6f1abbfe341388ddb47a1fe5e77ca6bcbe231e87580b"
dependencies = [ dependencies = [
"crypto-bigint", "crypto-bigint",
"generic-array 0.14.4", "generic-array 0.14.4",
@ -836,7 +836,7 @@ dependencies = [
"bincode", "bincode",
"bytes", "bytes",
"ecdsa", "ecdsa",
"elliptic-curve 0.10.0", "elliptic-curve 0.10.3",
"ethabi", "ethabi",
"ethers", "ethers",
"funty", "funty",
@ -916,7 +916,7 @@ dependencies = [
"coins-bip32", "coins-bip32",
"coins-bip39", "coins-bip39",
"coins-ledger", "coins-ledger",
"elliptic-curve 0.10.0", "elliptic-curve 0.10.3",
"eth-keystore", "eth-keystore",
"ethers", "ethers",
"ethers-core", "ethers-core",

View File

@ -16,7 +16,7 @@ arrayvec = { version = "0.5.1", default-features = false }
# crypto # crypto
ecdsa = { version = "0.10.2", default-features = false, features = ["std"] } ecdsa = { version = "0.10.2", default-features = false, features = ["std"] }
elliptic-curve = { version = "0.10.0", default-features = false } elliptic-curve = { version = "0.10.3", default-features = false }
generic-array = { version = "0.14.4", default-features = false } generic-array = { version = "0.14.4", default-features = false }
k256 = { version = "0.7.3", 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 } rand = { version = "0.7.1", default-features = false }

View File

@ -22,7 +22,7 @@ coins-ledger = { version = "0.1.0", default-features = false, optional = true }
eth-keystore = { version = "0.2.1" } eth-keystore = { version = "0.2.1" }
hex = { version = "0.4.3", default-features = false, features = ["std"] } hex = { version = "0.4.3", default-features = false, features = ["std"] }
async-trait = { version = "0.1.50", default-features = false } async-trait = { version = "0.1.50", default-features = false }
elliptic-curve = { version = "0.10.0", default-features = false } elliptic-curve = { version = "0.10.3", default-features = false }
sha2 = { version = "0.9.3", default-features = false } sha2 = { version = "0.9.3", default-features = false }
rand = { version = "0.7.3", default-features = false } rand = { version = "0.7.3", default-features = false }
yubihsm = { version = "0.38.0", features = ["secp256k1", "http", "usb"], optional = true } yubihsm = { version = "0.38.0", features = ["secp256k1", "http", "usb"], optional = true }