From a30f6e8f0f6736e3bf55a73403166102803ac3ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:45:15 +0300 Subject: [PATCH] chore(deps): bump eth-keystore from 0.2.0 to 0.2.1 (#280) Bumps [eth-keystore](https://github.com/roynalnaruto/eth-keystore-rs) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/roynalnaruto/eth-keystore-rs/releases) - [Commits](https://github.com/roynalnaruto/eth-keystore-rs/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-signers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a9c0d96..760ba6a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,9 +718,9 @@ dependencies = [ [[package]] name = "eth-keystore" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f1d4168fd77e9d9564bbdcb937efdad0df721dd159d2cb3f39d51efdbdf06f2" +checksum = "c0d128fb0d7550951c92498f5e5d146ea829986d6a4c87180e25f65084f689a0" dependencies = [ "aes", "ctr", diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index dc5f96d3..2b21a337 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -19,7 +19,7 @@ thiserror = { version = "1.0.24", default-features = false } coins-bip32 = "0.2.2" coins-bip39 = "0.2.2" coins-ledger = { version = "0.1.0", default-features = false, optional = true } -eth-keystore = { version = "0.2.0" } +eth-keystore = { version = "0.2.1" } hex = { version = "0.4.3", default-features = false, features = ["std"] } async-trait = { version = "0.1.50", default-features = false } elliptic-curve = { version = "0.9.11", default-features = false }