Compare commits

..

1 Commits

Author SHA1 Message Date
10970f0be8 Update Rust crate actix-web to 4.10.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-29 22:51:48 +00:00

View File

@ -9,7 +9,7 @@ edition = "2024"
actix = "0.13.5"
actix-identity = "0.8.0"
actix-web = "4.10.2"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.5.34", features = ["derive", "env"] }
include_dir = "0.7.3"