From 021f79cb7797dd796c368b4adad39bf683a1bf05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 07:33:03 +0200 Subject: [PATCH] chore(deps): bump elliptic-curve from 0.9.4 to 0.9.5 (#237) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.9.4...elliptic-curve-v0.9.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 dad1b888..a0c4aa48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,9 +530,9 @@ dependencies = [ [[package]] name = "elliptic-curve" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "203d2ca86d44931f12e9104dcf8f4735a632eb4dd8d8dfe583c87fe41bb8a862" +checksum = "e96675863dd09400876af3f9348ecfa1090ee8c2f0b1febf369fef01fe271658" dependencies = [ "funty", "generic-array", @@ -688,7 +688,7 @@ dependencies = [ "bincode", "bytes", "ecdsa", - "elliptic-curve 0.9.4", + "elliptic-curve 0.9.5", "ethabi-next", "ethereum-types", "ethers", @@ -762,7 +762,7 @@ version = "0.2.2" dependencies = [ "async-trait", "coins-ledger", - "elliptic-curve 0.9.4", + "elliptic-curve 0.9.5", "eth-keystore", "ethers", "ethers-core", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index f7aac550..34c9aff0 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -18,7 +18,7 @@ arrayvec = { version = "0.5.1", default-features = false } # crypto ecdsa = { version = "0.10.2", default-features = false, features = ["std"] } -elliptic-curve = { version = "0.9.4", default-features = false } +elliptic-curve = { version = "0.9.5", default-features = false } generic-array = { version = "0.14.4", default-features = false } k256 = { version = "0.7.2", default-features = false, features = ["keccak256", "ecdsa"] } rand = { version = "0.7.1", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index d08ed66d..e25aa730 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -21,7 +21,7 @@ coins-ledger = { version = "0.1.0", default-features = false, optional = true } eth-keystore = { version = "0.2.0" } hex = { version = "0.4.3", default-features = false, features = ["std"] } async-trait = { version = "0.1.40", default-features = false } -elliptic-curve = { version = "0.9.4", default-features = false } +elliptic-curve = { version = "0.9.5", default-features = false } sha2 = { version = "0.9.3", default-features = false } rand = { version = "0.7.3", default-features = false } yubihsm = { version = "0.38.0", features = ["secp256k1", "http", "usb"], optional = true }