diff --git a/tools/cli-wallet/Cargo.toml b/tools/cli-wallet/Cargo.toml index f2ebd87e..a9085cfc 100644 --- a/tools/cli-wallet/Cargo.toml +++ b/tools/cli-wallet/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" clap = { version = "4.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } tokio = { version = "1.0", features = ["full"] } sha2 = "0.10" hex = "0.4"