From 97b73baf0065ef6dd44517c447833804f83e1fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:47:48 +0000 Subject: [PATCH] chore(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 | 4 ++-- crates/nzb-nntp/Cargo.toml | 2 +- crates/nzb-web/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80fb77c..90bb301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,7 +1844,7 @@ dependencies = [ "rustls-pki-types", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "socket2 0.5.10", "thiserror 2.0.18", "tokio", @@ -1900,7 +1900,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "thiserror 2.0.18", "tokio", diff --git a/crates/nzb-nntp/Cargo.toml b/crates/nzb-nntp/Cargo.toml index 0f32615..4ad8fa3 100644 --- a/crates/nzb-nntp/Cargo.toml +++ b/crates/nzb-nntp/Cargo.toml @@ -21,7 +21,7 @@ webpki-roots = "1" rustls-pki-types = "1" parking_lot = "0.12" flate2 = "1" -sha2 = "0.10" +sha2 = "0.11" serde = { version = "1", features = ["derive"] } socket2 = "0.5" tokio-socks = "0.5" diff --git a/crates/nzb-web/Cargo.toml b/crates/nzb-web/Cargo.toml index c305033..a24bf67 100644 --- a/crates/nzb-web/Cargo.toml +++ b/crates/nzb-web/Cargo.toml @@ -34,7 +34,7 @@ parking_lot = "0.12" rand = "0.9" hex = "0.4" base64 = "0.22" -sha2 = "0.10" +sha2 = "0.11" governor = "0.10" arc-swap = "1" uuid = { version = "1", features = ["v4", "serde"] }