From c0b1ddd885e8379c4b7175b7cf5a3d99ec123fbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 15:54:50 +0000 Subject: [PATCH] fix(deps): update rust crate md5 to 0.8.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 3b4b3d30..1ef36914 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -48,7 +48,7 @@ log = { version = "0.4.21", features = [] } hamcrest = "0.1.5" reqwest = "0.12.5" uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics", ] } -md5 = "0.7.0" +md5 = "0.8.0" chrono = "0.4.38" rand = "0.8.5" regex = "1.10.6"