From 75f9ed12ca7f407d965bf877eeb9ed7d95dce8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:31:35 +0000 Subject: [PATCH] chore(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] --- log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/Cargo.toml b/log/Cargo.toml index 8bdf763..9ec0922 100644 --- a/log/Cargo.toml +++ b/log/Cargo.toml @@ -11,6 +11,6 @@ readme = "../README.md" chrono.workspace = true dhttp-identity.workspace = true http.workspace = true -sha2 = "0.10" +sha2 = "0.11" snafu.workspace = true x509-parser.workspace = true