chore(deps): bump eth-keystore from 0.4.1 to 0.4.2 (#1544)

Bumps [eth-keystore](https://github.com/roynalnaruto/eth-keystore-rs) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/roynalnaruto/eth-keystore-rs/releases)
- [Changelog](https://github.com/roynalnaruto/eth-keystore-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/roynalnaruto/eth-keystore-rs/commits)

---
updated-dependencies:
- dependency-name: eth-keystore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-31 21:14:23 -07:00 committed by GitHub
parent c75608eda1
commit 2f2edac3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1095,16 +1095,16 @@ dependencies = [
[[package]]
name = "eth-keystore"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aff9543a3535519a0d2ebbb6ae0afd58175258162e2fa4c1b57981edaad60fcb"
checksum = "6f65b750ac950f2f825b36d08bef4cda4112e19a7b1a68f6e2bb499413e12440"
dependencies = [
"aes",
"ctr",
"digest 0.10.3",
"hex",
"hmac 0.12.1",
"pbkdf2 0.10.1",
"pbkdf2 0.11.0",
"rand 0.8.5",
"scrypt",
"serde",

View File

@ -37,7 +37,7 @@ tracing = { version = "0.1.35", optional = true }
spki = { version = "0.6.0", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
eth-keystore = { version = "0.4.1" }
eth-keystore = { version = "0.4.2" }
home = { version = "0.5.3", optional = true }
[dev-dependencies]