mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 12:25:51 +00:00
build(deps): bump bip32 from 0.5.1 to 0.5.2 (#1686)
Bumps [bip32](https://github.com/iqlusioninc/crates) from 0.5.1 to 0.5.2. - [Commits](https://github.com/iqlusioninc/crates/compare/bip32/v0.5.1...secrecy/v0.5.2) --- updated-dependencies: - dependency-name: bip32 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:
Generated
+2
-2
@@ -571,9 +571,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bip32"
|
name = "bip32"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164"
|
checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bs58",
|
"bs58",
|
||||||
"hmac 0.12.1",
|
"hmac 0.12.1",
|
||||||
|
|||||||
+1
-1
@@ -152,7 +152,7 @@ substrate-runner = { path = "testing/substrate-runner" }
|
|||||||
|
|
||||||
# subxt-signer deps that I expect aren't useful anywhere else:
|
# subxt-signer deps that I expect aren't useful anywhere else:
|
||||||
bip39 = { version = "2.0.0", default-features = false }
|
bip39 = { version = "2.0.0", default-features = false }
|
||||||
bip32 = { version = "0.5.1", default-features = false }
|
bip32 = { version = "0.5.2", default-features = false }
|
||||||
hmac = { version = "0.12.1", default-features = false }
|
hmac = { version = "0.12.1", default-features = false }
|
||||||
pbkdf2 = { version = "0.12.2", default-features = false }
|
pbkdf2 = { version = "0.12.2", default-features = false }
|
||||||
schnorrkel = { version = "0.11.4", default-features = false }
|
schnorrkel = { version = "0.11.4", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user