From d2e233024de045a8d6ceca43e9a14d6afc852176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:33:24 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 Dependabot couldn't find the original pull request head commit, 7a2c88e68fe30e89aec5d4ab1e78a3f0288de0c1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cacd55a5..b5245f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -195,7 +195,7 @@ schemars = "^1.2" serde = { version = "^1.0", features = ["derive"] } serde_json = "1.0.143" serde_yaml = "0.9" -sha2 = "0.10" +sha2 = "0.11" shadow-rs = "1.2" smart-default = "0.7" snafu = "^0.9"