Update Rust crate actix-session to 0.10.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-09-12 00:28:50 +00:00
parent 20fffc4868
commit 6495121c34

View File

@ -9,7 +9,7 @@ edition = "2021"
actix = "0.13.3" actix = "0.13.3"
actix-identity = "0.7.1" actix-identity = "0.7.1"
actix-web = "4.5.1" actix-web = "4.5.1"
actix-session = { version = "0.9.0", features = ["cookie-session"] } actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
clap = { version = "4.5.17", features = ["derive", "env"] } clap = { version = "4.5.17", features = ["derive", "env"] }
include_dir = "0.7.3" include_dir = "0.7.3"