From b03ff7754197c30a54cc6ad7a474f61239760adb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 21:55:53 +0000 Subject: [PATCH] Update Rust crate md5 to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..d2a03f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ futures = "0.1.21" pulldown-cmark = "0.1.2" timeago = "0.2.0" openssl = "0.10" -md5 = "0.6.0" +md5 = "0.7.0" ring = "0.13.5" \ No newline at end of file