From 788f59623d148ac9a5a322147ea21515ddfc2494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:47:27 +0200 Subject: [PATCH] chore(deps): bump elliptic-curve from 0.11.1 to 0.11.5 (#653) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.11.1 to 0.11.5. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.11.1...elliptic-curve-v0.11.5) --- 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 | 8 ++++---- ethers-core/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4a9ec48..150197b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,9 +862,9 @@ dependencies = [ [[package]] name = "elliptic-curve" -version = "0.11.1" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73d21281779c2c22cade2a4ab34eee34271869942546a364f7d552d30c62434" +checksum = "1f01ff20862362c34074072c8be2de97399633d6b1d2114afa56bf77a8b7f0a4" dependencies = [ "crypto-bigint 0.3.2", "der 0.5.1", @@ -1039,7 +1039,7 @@ dependencies = [ "cargo_metadata", "convert_case", "ecdsa", - "elliptic-curve 0.11.1", + "elliptic-curve 0.11.5", "ethabi", "futures-util", "generic-array 0.14.4", @@ -1158,7 +1158,7 @@ dependencies = [ "coins-bip32", "coins-bip39", "coins-ledger", - "elliptic-curve 0.11.1", + "elliptic-curve 0.11.5", "eth-keystore", "ethers-contract", "ethers-core", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index dc3f3187..616ea123 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.12.3", default-features = false, features = ["std"] } -elliptic-curve = { version = "0.11.1", default-features = false } +elliptic-curve = { version = "0.11.5", default-features = false } generic-array = { version = "0.14.4", default-features = false } k256 = { version = "0.9.5", default-features = false, features = ["keccak256", "ecdsa", "zeroize"] } rand = { version = "0.8.4", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index b2c7a75d..84c2b914 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -21,7 +21,7 @@ coins-bip39 = "0.3.0" coins-ledger = { version = "0.4.2", 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.1", default-features = false } +elliptic-curve = { version = "0.11.5", default-features = false } sha2 = { version = "0.9.8", default-features = false } rand = { version = "0.8.4", default-features = false } yubihsm = { version = "0.39.0", features = ["secp256k1", "http", "usb"], optional = true }