11[package ]
22name = " cli-wallet"
3- version = " 1.0.0-alpha.7 "
3+ version = " 1.0.0-alpha.8 "
44authors = [ " IOTA Stiftung" ]
55edition = " 2021"
66homepage = " https://iota.org"
@@ -15,12 +15,12 @@ path = "src/main.rs"
1515clap = { version = " 3.2.8" , default-features = false , features = [ " derive" , " std" ] }
1616dialoguer = { version = " 0.10.1" , default-features = false , features = [ " password" ] }
1717fern-logger = { version = " 0.5.0" , default-features = false }
18- iota-crypto = { version = " 0.12.1 " , default-features = false , features = [ " std" , " random" , " sha" , " pbkdf" , " hmac" , " bip39" , " bip39-en" , " chacha" , " blake2b" , " slip10" ] }
19- iota-wallet = { git = " https://github.com/iotaledger/wallet.rs" , rev = " 73b404144b9912fc96e6c677248cb362521e8797 " , default-features = false , features = [ " storage" , " stronghold" ] }
18+ iota-crypto = { version = " 0.13.0 " , default-features = false , features = [ " std" , " random" , " sha" , " pbkdf" , " hmac" , " bip39" , " bip39-en" , " chacha" , " blake2b" , " slip10" ] }
19+ iota-wallet = { git = " https://github.com/iotaledger/wallet.rs" , rev = " d4409fbff4927c998a70f49e60bd8895f4f81b37 " , default-features = false , features = [ " storage" , " stronghold" ] }
2020log = { version = " 0.4.17" , default-features = false }
2121prefix-hex = { version = " 0.4.0" , default-features = false , features = [ " std" ] }
2222thiserror = { version = " 1.0.31" , default-features = false }
23- tokio = { version = " 1.19.2 " , default-features = false }
23+ tokio = { version = " 1.20.0 " , default-features = false }
2424
2525[profile .release ]
2626panic = " abort"
0 commit comments