From 3d0e1e0192843e33d50551d6a9a3bc9232fa1303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:07:09 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to v0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3413705..e75b07b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bdk = "= 0.30.2" bdk_electrum = "0.23.0" bitcoin = "=0.32.7" lightning = "=0.1.7" -sha2 = "=0.10.9" +sha2 = "=0.11.0" ppv-lite86 = "0.2.20" tokio = { version = "1.46.0", features = ["full"] } serde = { version = "1.0.219", features = ["derive"] }