From 6ad113682fd5317f346f3b1edfadec89831b4390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:17:19 +0000 Subject: [PATCH] chore(deps): bump sha2 from 0.10.9 to 0.11.0 in the rust-deps group Bumps the rust-deps 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: rust-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- monitor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2455ad7de1..4e86f3e502 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4003,7 +4003,7 @@ dependencies = [ "sbm_parser", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sqlx", "tempfile", "thiserror 2.0.20", diff --git a/monitor/Cargo.toml b/monitor/Cargo.toml index 8c892e7189..b5025c5745 100644 --- a/monitor/Cargo.toml +++ b/monitor/Cargo.toml @@ -43,7 +43,7 @@ sqlx = { version = "0.9", features = [ # rust_crypto instead of aws_lc_rs: pure Rust, no cmake/assembly dependency for static musl builds jsonwebtoken = { version = "11.0", default-features = false, features = ["rust_crypto"] } bcrypt = "0.19" -sha2 = "0.10" +sha2 = "0.11" # Configuration dotenvy = "0.15"