From e91a60ce080ab739e15c9e1904e1b9d126d26185 Mon Sep 17 00:00:00 2001 From: "mendral-app[bot]" <233154221+mendral-app[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:12:56 -0700 Subject: [PATCH] chore(deps): bump md-5 to 0.11.0 Upgrade md-5 from 0.10.6 to 0.11.0 (RustCrypto digest 0.11 ecosystem). This project uses md5::{Digest, Md5} with new()/update()/finalize() which remains unchanged in the new digest trait hierarchy. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b49a266..276e27d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ derive_more = { version = "2.1.1", features = ["display"] } futures-util = { version = "0.3.31", default-features = false, features = ["alloc", "sink"] } getrandom = "0.3.4" lazy_static = "1.5.0" -md-5 = "0.10.6" +md-5 = "0.11.0" moka = { version = "0.12.13", default-features = false, features = ["sync"] } nix = { version = "0.30.1", default-features = false, features = ["fs"] } prometheus = { version = "0.14.0", default-features = false, optional = true }