From de06b41df6837e809caa5ef40d5e94062cba021a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 10:24:27 +0000 Subject: [PATCH] chore(deps): update rust crate md-5 to 0.11.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1338b01fe78..0049097a141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,12 +1931,12 @@ dependencies = [ [[package]] name = "md-5" -version = "0.10.6" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" +checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" dependencies = [ "cfg-if", - "digest 0.10.7", + "digest 0.11.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ca30e573a2b..03965377091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -450,7 +450,7 @@ xattr = "1.3.1" zip = { version = "8.0.0", default-features = false, features = ["deflate"] } hex = "0.4.3" -md-5 = "0.10.6" +md-5 = "0.11.0" sha1 = "0.10.6" sha2 = "0.10.8" sha3 = "0.10.8"