diff --git a/tools/cli-wallet/Cargo.toml b/tools/cli-wallet/Cargo.toml index f2ebd87e..d81160d1 100644 --- a/tools/cli-wallet/Cargo.toml +++ b/tools/cli-wallet/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.0", features = ["full"] } -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" rand = "0.8" secp256k1 = "0.27"