From 5822a3f03f31d5bf873f843e093894eea6c6ed17 Mon Sep 17 00:00:00 2001 From: Ming-Wei Shih Date: Wed, 15 Jul 2026 16:27:22 +0000 Subject: [PATCH] dep: dump sha2 to 0.11 Signed-off-by: Ming-Wei Shih --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18c36a4..3e9f1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crc32fast = { version = "1.3.2", default-features = false } hex = { version = "0.4", default-features = false } open-enum = "0.5.2" range_map_vec = "0.2.0" -sha2 = { version = "0.10", default-features = false } +sha2 = { version = "0.11", default-features = false } static_assertions = "1.1" thiserror = "2.0" tracing = "0.1"