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

This commit is contained in:
Pierre HUBERT 2024-01-12 00:08:50 +00:00 committed by Pierre Hubert
parent 348222f36c
commit 36f9d9bc61

View File

@ -9,7 +9,7 @@ edition = "2021"
actix = "0.13.1"
actix-identity = "0.7.0"
actix-web = "4"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.4.16", features = ["derive", "env"] }
include_dir = "0.7.3"