From 85d396b6b83c6ae620cee7ec0941cdadc67290e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Apr 2025 00:27:04 +0000 Subject: [PATCH] Update Rust crate thiserror to 2.0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 709f099..cbe29db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.10.2" actix-session = { version = "0.10.1", features = ["redis-session"] } light-openid = "1.0.4" -thiserror = "2.0.11" +thiserror = "2.0.12" rand = "0.9.0" rust-embed = "8.6.0" mime_guess = "2.0.5"