Update Rust crate actix-session to 0.10.0
This commit is contained in:
parent
32f2144471
commit
7cfe7b4583
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -90,7 +90,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f2c99b7a5614b72a78f04aa2021e5370fc1aef2475fffeffc0c1266b99007062"
|
||||
dependencies = [
|
||||
"actix-service",
|
||||
"actix-session",
|
||||
"actix-session 0.9.0",
|
||||
"actix-utils",
|
||||
"actix-web",
|
||||
"derive_more",
|
||||
@ -189,6 +189,22 @@ dependencies = [
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-session"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac013ca53d36acb0cc60f5437381c97c291f51a12a5bd8d02febc3a3aaf53390"
|
||||
dependencies = [
|
||||
"actix-service",
|
||||
"actix-utils",
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"derive_more",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-utils"
|
||||
version = "3.0.1"
|
||||
@ -626,7 +642,7 @@ dependencies = [
|
||||
"actix",
|
||||
"actix-identity",
|
||||
"actix-remote-ip",
|
||||
"actix-session",
|
||||
"actix-session 0.10.0",
|
||||
"actix-web",
|
||||
"askama",
|
||||
"base32",
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
actix = "0.13.3"
|
||||
actix-identity = "0.7.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"
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
include_dir = "0.7.3"
|
||||
|
Loading…
Reference in New Issue
Block a user