From bfda763ddf4b9a91457c59ed2abbd091fffcd5cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:34:43 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b68788d..1628ec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rsotp = "0.1.0" serde = { version = "1.0.200", features = ["derive"] } serde-lexpr = "0.1.3" serde_json = "1.0.116" -sha2 = { version = "0.10.8" } +sha2 = { version = "0.11.0" } snafu = { version = "0.9.0" } toml = { version = "0.9.0" } webbrowser = { version = "0.8.15" }