From 1e349b0b1909169c88c74d673a108bc72ba46e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:12:25 +0000 Subject: [PATCH] Bump md5 from 0.7.0 to 0.8.0 Bumps [md5](https://github.com/stainless-steel/md5) from 0.7.0 to 0.8.0. - [Commits](https://github.com/stainless-steel/md5/commits) --- updated-dependencies: - dependency-name: md5 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4075fae..477affb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1976,9 +1976,9 @@ dependencies = [ [[package]] name = "md5" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" +checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..73201a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ hashbrown = { version = "0.14", default-features = false, features = [ httparse = "1.10" humantime = "2.2" itertools = "0.12.1" -md5 = "0.7" +md5 = "0.8" memchr = "2.7" moka = { version = "0.12.10", features = ["future"] } path-clean = "1.0.1"