From dc0455c526d91f50d48df86818e92ef5c7f7fd78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:12:42 +0000 Subject: [PATCH] Update Rust crate actix to 0.13.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9868e0..9799750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix = "0.13.3" +actix = "0.13.5" actix-identity = "0.8.0" actix-web = "4.5.1" actix-session = { version = "0.10.0", features = ["cookie-session"] }