diff --git a/Cargo.toml b/Cargo.toml index 712d2b4..171fb26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2024" lnd_grpc_rust = "2.9.0" reqwest = "0.12.12" webpki = "0.22.4" -sha2 = "0.10.8" +sha2 = "0.11.0" nostr = "0.43.1" tokio = "1.47.0" idna = "1.0.0" diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 1e34d3c..db64985 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" lnd_grpc_rust = "2.8.0" reqwest = "0.12.8" webpki = "0.22.4" -sha2 = "0.10.8" +sha2 = "0.11.0" nostr = "0.43.1" tokio = "1.46.0" \ No newline at end of file diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 92bf637..2ac81f1 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.1" edition = "2021" [dependencies] -sha2 = "0.10.8" +sha2 = "0.11.0" lnd-grpc-tonic-client = "0.3.0"