From b5abddaacb92931766b1d5b11293449350c9c216 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Nov 2025 00:09:54 +0000 Subject: [PATCH] Update Rust crate rust-embed to 8.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dba39d8..1458602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ actix-session = { version = "0.11.0", features = ["redis-session"] } light-openid = "1.0.4" thiserror = "2.0.17" rand = "0.9.2" -rust-embed = "8.8.0" +rust-embed = "8.9.0" mime_guess = "2.0.5" askama = "0.14.0" urlencoding = "2.1.3"