From 379d5cf23eddb4eedab0a84ce51d75408c7056de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:48:00 +0000 Subject: [PATCH] chore(deps): bump md-5 from 0.10.6 to 0.11.0 Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/md-5-v0.10.6...md2-v0.11.0) --- updated-dependencies: - dependency-name: md-5 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/nzb-postproc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80fb77c..b8dd9d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1861,7 +1861,7 @@ name = "nzb-postproc" version = "0.2.6" dependencies = [ "anyhow", - "md-5 0.10.6", + "md-5 0.11.0", "nzb-core", "opentelemetry", "rust-par2", diff --git a/crates/nzb-postproc/Cargo.toml b/crates/nzb-postproc/Cargo.toml index c69d3c6..f2a6472 100644 --- a/crates/nzb-postproc/Cargo.toml +++ b/crates/nzb-postproc/Cargo.toml @@ -27,7 +27,7 @@ tempfile = "3" # Integration tests synthesise real PAR2 index files (see # `tests/support/par2_fixture.rs`), which requires writing spec-correct # packet MD5s. Version tracks what `rust-par2` itself parses with. -md-5 = "0.10" +md-5 = "0.11" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } [lints.clippy]