diff --git a/Cargo.toml b/Cargo.toml index 712d2b4..d286d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2024" [dependencies] lnd_grpc_rust = "2.9.0" -reqwest = "0.12.12" +reqwest = "0.13.0" webpki = "0.22.4" sha2 = "0.10.8" nostr = "0.43.1" diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 1e34d3c..a532035 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] lnd_grpc_rust = "2.8.0" -reqwest = "0.12.8" +reqwest = "0.13.0" webpki = "0.22.4" sha2 = "0.10.8" nostr = "0.43.1"