From e04a409483a5da9a87740141eea342204df7bc68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:11:08 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.11.0 --- Cargo.toml | 2 +- crates/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"