From a7940a39d8d540e8102c63d1c7ab4cc521430067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:18:37 +0000 Subject: [PATCH] Update Rust crate mime to 0.3.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c3bb75612..a0a51417e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ indoc = "2.0.4" itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.20" -mime = "0.3.16" +mime = "0.3.17" nohash-hasher = "0.2.0" once_cell = "1.17.1" owo-colors = "3.5.0"