From 0df00a9bd58d2e99d4703417b96cb0ca9c66ac09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:08:14 +0200 Subject: [PATCH] chore(deps): bump elliptic-curve from 0.11.10 to 0.11.12 (#845) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.11.10 to 0.11.12. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.11.10...elliptic-curve-v0.11.12) --- 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 a9890c29..3513ed1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,9 +1016,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elliptic-curve" -version = "0.11.10" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23f80ad035a844638d4ce3d4a27ef4e00f2304e1a37f9f43c6a3c73622f39e79" +checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6" dependencies = [ "base16ct", "crypto-bigint", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 904600b5..788ffe0a 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.10", default-features = false } +elliptic-curve = { version = "0.11.12", default-features = false } generic-array = { version = "0.14.5", default-features = false } k256 = { version = "0.10.2", 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 d2487488..b34bf8e2 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.10", default-features = false } +elliptic-curve = { version = "0.11.12", 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 }