From 044a089f4a804b7923c9837e33b510be9ff224ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 May 2025 00:24:26 +0000 Subject: [PATCH] Update Rust crate rust-embed to 8.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd9df49..dd58aca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2883,9 +2883,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.7.0" +version = "8.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d" +checksum = "60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be" dependencies = [ "rust-embed-impl", "rust-embed-utils", diff --git a/Cargo.toml b/Cargo.toml index d35a5a2..1fdc7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ actix-session = { version = "0.10.1", features = ["redis-session"] } light-openid = "1.0.4" thiserror = "2.0.12" rand = "0.9.1" -rust-embed = "8.7.0" +rust-embed = "8.7.1" mime_guess = "2.0.5" askama = "0.14.0" urlencoding = "2.1.3"