From 41663d3fc13d3ba5e094e4076b00b6dfee6b438b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jan 2022 18:06:53 +0200 Subject: [PATCH] chore(deps): bump elliptic-curve from 0.11.6 to 0.11.7 (#793) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve/v0.11.6...elliptic-curve-v0.11.7) --- updated-dependencies: - dependency-name: elliptic-curve 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 +- ethers-signers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d838917..44169a06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,9 +980,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elliptic-curve" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "decb3a27ea454a5f23f96eb182af0671c12694d64ecc33dada74edd1301f6cfc" +checksum = "5fcbfdf46fd1157b49be0c2170bab2784ca19233b35c2dc772d60247b72f2071" dependencies = [ "crypto-bigint", "der", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 992f5098..23a2c1c4 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -17,7 +17,7 @@ rlp-derive = { version = "0.1.0", default-features = false } # crypto ecdsa = { version = "0.13.4", default-features = false, features = ["std"] } -elliptic-curve = { version = "0.11.5", default-features = false } +elliptic-curve = { version = "0.11.7", default-features = false } generic-array = { version = "0.14.5", default-features = false } k256 = { version = "0.10.1", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.8.4", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index ccf5dfad..fd99ba35 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -21,7 +21,7 @@ coins-bip39 = "0.6.0" coins-ledger = { version = "0.6.0", default-features = false, optional = true } hex = { version = "0.4.3", default-features = false, features = ["std"] } async-trait = { version = "0.1.50", default-features = false } -elliptic-curve = { version = "0.11.6", default-features = false } +elliptic-curve = { version = "0.11.7", default-features = false } sha2 = { version = "0.9.8", default-features = false } rand = { version = "0.8.4", default-features = false } yubihsm = { version = "0.40.0", features = ["secp256k1", "http", "usb"], optional = true }