From 5311f6da43f898aac5b4ed732d76938580377ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:51:21 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.9 to 0.11.0 in the cargo-major group Bumps the cargo-major group with 1 update: [sha2](https://github.com/RustCrypto/hashes). Updates `sha2` 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 dependency-group: cargo-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9998cfce..056479ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1441,7 +1441,7 @@ dependencies = [ "regex", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sqlx", "tar", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index b0ccf410..d20fce3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ serde_json = "1" regex = "1" tempfile = "3" hex = "0.4" -sha2 = "0.10" +sha2 = "0.11" [dev-dependencies] sqlx = { version = "0.8", default-features = false, features = [