From ef9bbbaad6c3129099d63773f4e5bf5f7ed9671e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:12:22 +0000 Subject: [PATCH] chore: 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 | 16 +++------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b68c9d9..8bc4aad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,16 +1525,6 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" -[[package]] -name = "md-5" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" -dependencies = [ - "cfg-if", - "digest 0.10.7", -] - [[package]] name = "md-5" version = "0.11.0" @@ -2561,7 +2551,7 @@ dependencies = [ "hmac", "itoa", "log", - "md-5 0.11.0", + "md-5", "memchr", "rand 0.10.1", "serde", @@ -3468,7 +3458,7 @@ dependencies = [ "id3", "image", "lofty", - "md-5 0.11.0", + "md-5", "regex", "reqwest", "resvg", @@ -3503,7 +3493,7 @@ dependencies = [ "hex", "http-body-util", "lofty", - "md-5 0.10.6", + "md-5", "rand 0.8.6", "rust-embed", "serde", diff --git a/Cargo.toml b/Cargo.toml index a4364a4..c65e600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ dotenvy = "0.15" futures-util = "0.3" hex = "0.4" lofty = "0.24" -md-5 = "0.10" +md-5 = "0.11" rand = "0.8" serde = { version = "1", features = ["derive"] } rust-embed = { version = "8", features = ["debug-embed", "interpolate-folder-path", "mime-guess"] }