From e43dbb2795950d317fc703dd1931e0b8f77870ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:10 +0000 Subject: [PATCH] chore(deps): update md5 requirement from 0.7 to 0.8 Updates the requirements on [md5](https://github.com/stainless-steel/md5) to permit the latest version. - [Commits](https://github.com/stainless-steel/md5/commits) --- 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 12c24fb..69a464c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] tokio-util = { version = "0.7.18", features = ["io"] } url = "2.5.8" rustls = { version = "0.23", features = ["ring"] } -md5 = "0.7" +md5 = "0.8" rand = "0.10.0"