From 7b43701b1c6c3c85c8826ed56d8da0efe288892b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:54:43 +0000 Subject: [PATCH] Update Rust crate mime_guess to 2.0.5 --- remote_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index 7167a2d..966cfa7 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -24,5 +24,5 @@ thiserror = "2.0.3" uuid = { version = "1.16.0", features = ["v4", "serde"] } futures-util = "0.3.30" lazy-regex = "3.4.1" -mime_guess = "2.0.4" +mime_guess = "2.0.5" rust-embed = { version = "8.3.0" }