From 26ac23c222edec92d678958c629a83b39c8eba7a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:46:45 +0000 Subject: [PATCH] chore(deps): update rust crate sha2 to 0.11 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c0e3500aa..a745315cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ serde_json = "1.0.143" serde_qs = "0.15.0" serde_with = { version = "3.17.0", features = ["base64", "hex"] } serial_test = { version = "3.2.0", features = ["async"] } -sha2 = "0.10" +sha2 = "0.11" shadow-rs = "1.7.0" strum = { version = "0.28", features = ["derive"] } thiserror = "2.0"