From 206f1fa1dcb4968c200bb2dfeea86124b3ee315e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:49:49 +0000 Subject: [PATCH] chore(deps): update rust crate digest to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb2fd5..92fa293 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ thiserror = "2.0" # Cryptography aws-lc-rs = "1.15" sha2 = "0.10" -digest = "0.10" +digest = "0.11" signature = "2.2" rand_core = { version = "0.10.0" } rand = "0.10.0"