From a491f0ba97925e25c9f345f63170c1cf287c0ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:46:13 +0000 Subject: [PATCH] deps: bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8adec7c..ca4dcf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1322,7 +1322,7 @@ dependencies = [ "chrono", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "thiserror", "uuid", ] diff --git a/api/Cargo.toml b/api/Cargo.toml index 4566eb5..7714275 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -38,6 +38,6 @@ async-trait = "0.1" chrono = { version = "0.4", features = ["serde"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" thiserror = "2" uuid = { version = "1", features = ["v4"] }