From 52b8aab40c0d63fc2a27f62fbd17eba96e6ca794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:09 +0000 Subject: [PATCH] build(deps): update sha2 requirement from ^0.10 to ^0.11 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 573b343..74a4df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "^0.4" nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } nom = "8" serde = { version = "^1.0.91", features = ["derive"] } -sha2 = "^0.10" +sha2 = "^0.11" thiserror = "^2.0" uuid = { version = "^1.0", features = ["serde"] } once_cell = "^1.8"