chore(deps): bump eth-keystore from 0.4.0 to 0.4.1 (#913)
Bumps [eth-keystore](https://github.com/roynalnaruto/eth-keystore-rs) from 0.4.0 to 0.4.1. - [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:
parent
e3f0621d43
commit
272c1a15af
|
@ -1063,9 +1063,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "eth-keystore"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9cdd5504a7b6b93c1176b0f4c193218221a927dd38bd1f4a1feb5ddd3ddb7f9"
|
||||
checksum = "aff9543a3535519a0d2ebbb6ae0afd58175258162e2fa4c1b57981edaad60fcb"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"ctr",
|
||||
|
|
|
@ -38,7 +38,7 @@ tracing-futures = { version = "0.2.5", optional = true }
|
|||
spki = { version = "0.5.4", optional = true }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
eth-keystore = { version = "0.4.0" }
|
||||
eth-keystore = { version = "0.4.1" }
|
||||
home = "0.5.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue