chore: bump tiny-bip39 from 0.8.0 to 0.8.1 (backport #20136) (#20207)

* chore: bump tiny-bip39 from 0.8.0 to 0.8.1 (#20136)

* chore: bump tiny-bip39 from 0.8.0 to 0.8.1

Bumps [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/maciejhirsz/tiny-bip39/releases)
- [Changelog](https://github.com/maciejhirsz/tiny-bip39/blob/master/CHANGELOG.md)
- [Commits](https://github.com/maciejhirsz/tiny-bip39/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: tiny-bip39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <anatoly+githubjenkins@solana.io>
(cherry picked from commit 038d77347a)

# Conflicts:
#	Cargo.lock
#	clap-utils/Cargo.toml
#	cli/Cargo.toml
#	keygen/Cargo.toml
#	sdk/Cargo.toml

* resolve conflicts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
mergify[bot]
2021-09-25 16:48:42 +00:00
committed by GitHub
parent bee923ca6c
commit 9e392687eb
6 changed files with 79 additions and 133 deletions

192
Cargo.lock generated
View File

@ -632,15 +632,6 @@ dependencies = [
"bitflags", "bitflags",
] ]
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
dependencies = [
"bitflags",
]
[[package]] [[package]]
name = "combine" name = "combine"
version = "3.8.1" version = "3.8.1"
@ -854,16 +845,6 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-mac"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
"generic-array 0.12.3",
"subtle 1.0.0",
]
[[package]] [[package]]
name = "crypto-mac" name = "crypto-mac"
version = "0.8.0" version = "0.8.0"
@ -871,7 +852,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [ dependencies = [
"generic-array 0.14.3", "generic-array 0.14.3",
"subtle 2.2.2", "subtle",
] ]
[[package]] [[package]]
@ -881,7 +862,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca" checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca"
dependencies = [ dependencies = [
"generic-array 0.14.3", "generic-array 0.14.3",
"subtle 2.2.2", "subtle",
] ]
[[package]] [[package]]
@ -891,7 +872,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6" checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
dependencies = [ dependencies = [
"generic-array 0.14.3", "generic-array 0.14.3",
"subtle 2.2.2", "subtle",
] ]
[[package]] [[package]]
@ -935,7 +916,7 @@ dependencies = [
"byteorder", "byteorder",
"digest 0.8.1", "digest 0.8.1",
"rand_core 0.5.1", "rand_core 0.5.1",
"subtle 2.2.2", "subtle",
"zeroize", "zeroize",
] ]
@ -948,7 +929,7 @@ dependencies = [
"byteorder", "byteorder",
"digest 0.9.0", "digest 0.9.0",
"rand_core 0.5.1", "rand_core 0.5.1",
"subtle 2.2.2", "subtle",
"zeroize", "zeroize",
] ]
@ -1121,7 +1102,7 @@ dependencies = [
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
"serde_bytes", "serde_bytes",
"sha2 0.9.2", "sha2",
"zeroize", "zeroize",
] ]
@ -1135,7 +1116,7 @@ dependencies = [
"ed25519-dalek", "ed25519-dalek",
"failure", "failure",
"hmac 0.9.0", "hmac 0.9.0",
"sha2 0.9.2", "sha2",
] ]
[[package]] [[package]]
@ -1289,7 +1270,7 @@ checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc", "libc",
"redox_syscall", "redox_syscall 0.1.56",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1680,16 +1661,6 @@ version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
"crypto-mac 0.7.0",
"digest 0.8.1",
]
[[package]] [[package]]
name = "hmac" name = "hmac"
version = "0.8.1" version = "0.8.1"
@ -1922,9 +1893,15 @@ dependencies = [
[[package]] [[package]]
name = "instant" name = "instant"
version = "0.1.6" version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]] [[package]]
name = "iovec" name = "iovec"
@ -2052,7 +2029,7 @@ dependencies = [
"jsonrpc-server-utils", "jsonrpc-server-utils",
"log 0.4.11", "log 0.4.11",
"net2", "net2",
"parking_lot 0.11.0", "parking_lot 0.11.2",
"unicase 2.6.0", "unicase 2.6.0",
] ]
@ -2067,7 +2044,7 @@ dependencies = [
"jsonrpc-server-utils", "jsonrpc-server-utils",
"log 0.4.11", "log 0.4.11",
"parity-tokio-ipc", "parity-tokio-ipc",
"parking_lot 0.11.0", "parking_lot 0.11.2",
"tower-service", "tower-service",
] ]
@ -2081,7 +2058,7 @@ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"lazy_static", "lazy_static",
"log 0.4.11", "log 0.4.11",
"parking_lot 0.11.0", "parking_lot 0.11.2",
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
] ]
@ -2115,7 +2092,7 @@ dependencies = [
"jsonrpc-server-utils", "jsonrpc-server-utils",
"log 0.4.11", "log 0.4.11",
"parity-ws", "parity-ws",
"parking_lot 0.11.0", "parking_lot 0.11.2",
"slab", "slab",
] ]
@ -2208,7 +2185,7 @@ dependencies = [
"libsecp256k1-gen-genmult", "libsecp256k1-gen-genmult",
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
"sha2 0.9.2", "sha2",
"typenum", "typenum",
] ]
@ -2220,7 +2197,7 @@ checksum = "4ee11012b293ea30093c129173cac4335513064094619f4639a25b310fd33c11"
dependencies = [ dependencies = [
"crunchy", "crunchy",
"digest 0.9.0", "digest 0.9.0",
"subtle 2.2.2", "subtle",
] ]
[[package]] [[package]]
@ -2258,9 +2235,9 @@ dependencies = [
[[package]] [[package]]
name = "lock_api" name = "lock_api"
version = "0.4.1" version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
dependencies = [ dependencies = [
"scopeguard", "scopeguard",
] ]
@ -2602,11 +2579,11 @@ checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.5.2" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
dependencies = [ dependencies = [
"parking_lot 0.11.0", "parking_lot 0.11.2",
] ]
[[package]] [[package]]
@ -2733,13 +2710,13 @@ dependencies = [
[[package]] [[package]]
name = "parking_lot" name = "parking_lot"
version = "0.11.0" version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [ dependencies = [
"instant", "instant",
"lock_api 0.4.1", "lock_api 0.4.5",
"parking_lot_core 0.8.0", "parking_lot_core 0.8.5",
] ]
[[package]] [[package]]
@ -2749,9 +2726,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"cloudabi 0.0.3", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall 0.1.56",
"rustc_version", "rustc_version",
"smallvec 0.6.14", "smallvec 0.6.14",
"winapi 0.3.9", "winapi 0.3.9",
@ -2764,38 +2741,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"cloudabi 0.0.3", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall 0.1.56",
"smallvec 1.6.1", "smallvec 1.6.1",
"winapi 0.3.9", "winapi 0.3.9",
] ]
[[package]] [[package]]
name = "parking_lot_core" name = "parking_lot_core"
version = "0.8.0" version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 1.0.0",
"cloudabi 0.1.0",
"instant", "instant",
"libc", "libc",
"redox_syscall", "redox_syscall 0.2.10",
"smallvec 1.6.1", "smallvec 1.6.1",
"winapi 0.3.9", "winapi 0.3.9",
] ]
[[package]]
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
"byteorder",
"crypto-mac 0.7.0",
]
[[package]] [[package]]
name = "pbkdf2" name = "pbkdf2"
version = "0.4.0" version = "0.4.0"
@ -3314,7 +3280,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [ dependencies = [
"cloudabi 0.0.3", "cloudabi",
"fuchsia-cprng", "fuchsia-cprng",
"libc", "libc",
"rand_core 0.4.2", "rand_core 0.4.2",
@ -3408,6 +3374,15 @@ version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]]
name = "redox_syscall"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
[[package]] [[package]]
name = "redox_users" name = "redox_users"
version = "0.3.4" version = "0.3.4"
@ -3415,7 +3390,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [ dependencies = [
"getrandom 0.1.14", "getrandom 0.1.14",
"redox_syscall", "redox_syscall 0.1.56",
"rust-argon2", "rust-argon2",
] ]
@ -3860,18 +3835,6 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.9.2" version = "0.9.2"
@ -3980,7 +3943,7 @@ checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc", "libc",
"redox_syscall", "redox_syscall 0.1.56",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -4267,7 +4230,7 @@ dependencies = [
"solana-sdk", "solana-sdk",
"tempfile", "tempfile",
"thiserror", "thiserror",
"tiny-bip39 0.8.0", "tiny-bip39",
"uriparse", "uriparse",
"url 2.2.0", "url 2.2.0",
] ]
@ -4316,7 +4279,7 @@ dependencies = [
"spl-memo", "spl-memo",
"tempfile", "tempfile",
"thiserror", "thiserror",
"tiny-bip39 0.7.3", "tiny-bip39",
"url 2.2.0", "url 2.2.0",
] ]
@ -4599,7 +4562,7 @@ dependencies = [
"rustc_version", "rustc_version",
"serde", "serde",
"serde_derive", "serde_derive",
"sha2 0.9.2", "sha2",
"solana-frozen-abi-macro 1.7.6", "solana-frozen-abi-macro 1.7.6",
"solana-logger 1.7.6", "solana-logger 1.7.6",
"thiserror", "thiserror",
@ -4617,7 +4580,7 @@ dependencies = [
"rustc_version", "rustc_version",
"serde", "serde",
"serde_derive", "serde_derive",
"sha2 0.9.2", "sha2",
"solana-frozen-abi-macro 1.7.13", "solana-frozen-abi-macro 1.7.13",
"solana-logger 1.7.13", "solana-logger 1.7.13",
"thiserror", "thiserror",
@ -4765,7 +4728,7 @@ dependencies = [
"solana-remote-wallet", "solana-remote-wallet",
"solana-sdk", "solana-sdk",
"solana-version", "solana-version",
"tiny-bip39 0.7.3", "tiny-bip39",
] ]
[[package]] [[package]]
@ -4799,7 +4762,7 @@ dependencies = [
"rustc_version", "rustc_version",
"serde", "serde",
"serde_bytes", "serde_bytes",
"sha2 0.9.2", "sha2",
"solana-account-decoder", "solana-account-decoder",
"solana-bpf-loader-program", "solana-bpf-loader-program",
"solana-frozen-abi 1.7.13", "solana-frozen-abi 1.7.13",
@ -5116,7 +5079,7 @@ dependencies = [
"serde", "serde",
"serde_bytes", "serde_bytes",
"serde_derive", "serde_derive",
"sha2 0.9.2", "sha2",
"sha3", "sha3",
"solana-frozen-abi 1.7.6", "solana-frozen-abi 1.7.6",
"solana-frozen-abi-macro 1.7.6", "solana-frozen-abi-macro 1.7.6",
@ -5151,7 +5114,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"sha2 0.9.2", "sha2",
"sha3", "sha3",
"solana-frozen-abi 1.7.13", "solana-frozen-abi 1.7.13",
"solana-frozen-abi-macro 1.7.13", "solana-frozen-abi-macro 1.7.13",
@ -5359,7 +5322,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"sha2 0.9.2", "sha2",
"sha3", "sha3",
"solana-crate-features", "solana-crate-features",
"solana-frozen-abi 1.7.13", "solana-frozen-abi 1.7.13",
@ -5368,7 +5331,7 @@ dependencies = [
"solana-program 1.7.13", "solana-program 1.7.13",
"solana-sdk-macro 1.7.13", "solana-sdk-macro 1.7.13",
"thiserror", "thiserror",
"tiny-bip39 0.7.3", "tiny-bip39",
"uriparse", "uriparse",
] ]
@ -5836,12 +5799,6 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]] [[package]]
name = "subtle" name = "subtle"
version = "2.2.2" version = "2.2.2"
@ -5968,7 +5925,7 @@ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc", "libc",
"rand 0.7.3", "rand 0.7.3",
"redox_syscall", "redox_syscall 0.1.56",
"remove_dir_all", "remove_dir_all",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -6107,33 +6064,18 @@ dependencies = [
[[package]] [[package]]
name = "tiny-bip39" name = "tiny-bip39"
version = "0.7.3" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2" checksum = "524daa5624d9d4ffb5a0625971d35205b882111daa6b6338a7a6c578a3c36928"
dependencies = [
"failure",
"hmac 0.7.1",
"once_cell",
"pbkdf2 0.3.0",
"rand 0.7.3",
"rustc-hash",
"sha2 0.8.2",
"unicode-normalization",
]
[[package]]
name = "tiny-bip39"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hmac 0.8.1", "hmac 0.8.1",
"once_cell", "once_cell",
"parking_lot 0.11.2",
"pbkdf2 0.4.0", "pbkdf2 0.4.0",
"rand 0.7.3", "rand 0.7.3",
"rustc-hash", "rustc-hash",
"sha2 0.9.2", "sha2",
"thiserror", "thiserror",
"unicode-normalization", "unicode-normalization",
"zeroize", "zeroize",
@ -6167,7 +6109,7 @@ dependencies = [
"mio 0.7.6", "mio 0.7.6",
"num_cpus", "num_cpus",
"once_cell", "once_cell",
"parking_lot 0.11.0", "parking_lot 0.11.2",
"pin-project-lite", "pin-project-lite",
"signal-hook-registry", "signal-hook-registry",
"tokio-macros", "tokio-macros",

View File

@ -15,7 +15,7 @@ rpassword = "4.0"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.13" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.13" }
solana-sdk = { path = "../sdk", version = "=1.7.13" } solana-sdk = { path = "../sdk", version = "=1.7.13" }
thiserror = "1.0.21" thiserror = "1.0.21"
tiny-bip39 = "0.8.0" tiny-bip39 = "0.8.1"
uriparse = "0.6.3" uriparse = "0.6.3"
url = "2.1.0" url = "2.1.0"
chrono = "0.4" chrono = "0.4"

View File

@ -47,7 +47,7 @@ solana-version = { path = "../version", version = "=1.7.13" }
solana-vote-program = { path = "../programs/vote", version = "=1.7.13" } solana-vote-program = { path = "../programs/vote", version = "=1.7.13" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] } spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.21" thiserror = "1.0.21"
tiny-bip39 = "0.7.0" tiny-bip39 = "0.8.1"
url = "2.1.1" url = "2.1.1"
[dev-dependencies] [dev-dependencies]

View File

@ -19,7 +19,7 @@ solana-cli-config = { path = "../cli-config", version = "=1.7.13" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.13" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.13" }
solana-sdk = { path = "../sdk", version = "=1.7.13" } solana-sdk = { path = "../sdk", version = "=1.7.13" }
solana-version = { path = "../version", version = "=1.7.13" } solana-version = { path = "../version", version = "=1.7.13" }
tiny-bip39 = "0.7.0" tiny-bip39 = "0.8.1"
[[bin]] [[bin]]
name = "solana-keygen" name = "solana-keygen"

View File

@ -1319,6 +1319,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
] ]
[[package]] [[package]]
@ -1748,9 +1751,9 @@ checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.5.2" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
dependencies = [ dependencies = [
"parking_lot 0.11.1", "parking_lot 0.11.1",
] ]
@ -3804,13 +3807,14 @@ dependencies = [
[[package]] [[package]]
name = "tiny-bip39" name = "tiny-bip39"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8" checksum = "524daa5624d9d4ffb5a0625971d35205b882111daa6b6338a7a6c578a3c36928"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hmac 0.8.1", "hmac 0.8.1",
"once_cell", "once_cell",
"parking_lot 0.11.1",
"pbkdf2 0.4.0", "pbkdf2 0.4.0",
"rand 0.7.3", "rand 0.7.3",
"rustc-hash", "rustc-hash",

View File

@ -82,7 +82,7 @@ uriparse = "0.6.3"
[dev-dependencies] [dev-dependencies]
curve25519-dalek = "2.1.0" curve25519-dalek = "2.1.0"
tiny-bip39 = "0.7.0" tiny-bip39 = "0.8.1"
[build-dependencies] [build-dependencies]
rustc_version = "0.2" rustc_version = "0.2"