Update Rust crate actix to 0.13.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-03-29 18:12:42 +00:00
parent 4cefc7bb0a
commit dc0455c526

View File

@ -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"] }