From a0e77ae9f3149c2d79dc7379f6fc98fa4218ea0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:40:43 +0000 Subject: [PATCH] Update md5 requirement from 0.7.0 to 0.8.0 --- updated-dependencies: - dependency-name: md5 dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b1105da..fa473b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] } rayon = "1.10" bzip2 = "0.6" flate2 = "1.0" -md5 = "0.7.0" +md5 = "0.8.0" which = "8" serde_json = "1.0" hex = "0.4.3"