From e70e5513d6ed6b74c62b7b9089d54647523addbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:10:08 +0000 Subject: [PATCH] Update Rust crate sha2 to v0.10.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7281f77..a272cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bdk = "= 0.30.2" bdk_electrum = "0.21.0" bitcoin = "=0.32.5" lightning = "=0.1.3" -sha2 = "=0.10.8" +sha2 = "=0.10.9" ppv-lite86 = "0.2.20" tokio = { version = "1.44.1", features = ["full"] } serde = { version = "1.0.219", features = ["derive"] }