From bf09aec77452cb96cb45cc1c0de6c85c7dbc69d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:46:39 +0000 Subject: [PATCH] build(deps): update sha2 requirement Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `sha2` to 0.11.0 - [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 dependency-group: rust-deps ... Signed-off-by: dependabot[bot] --- extractor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/Cargo.toml b/extractor/Cargo.toml index 3c1e9b0..d2a2205 100644 --- a/extractor/Cargo.toml +++ b/extractor/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" # Hashing for deterministic labels -sha2 = "0.10" +sha2 = "0.11" # Logging tracing = "0.1"