Update Rust crate actix-identity to 0.7.0
This commit is contained in:
parent
ec508607e7
commit
53e6600c3e
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -85,12 +85,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "actix-identity"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36e1cc6f95e245b2f3c6995df4e1c0c697704c48c28ec325d135a3ca039d4952"
|
||||
checksum = "1478456bca71c7b04411da1afb0c506e16dec6863815207693b791247511027f"
|
||||
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.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b671404ec72194d8af58c2bdaf51e3c477a0595056bd5010148405870dda8df2"
|
||||
dependencies = [
|
||||
"actix-service",
|
||||
"actix-utils",
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"derive_more",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-utils"
|
||||
version = "3.0.1"
|
||||
@ -577,7 +593,7 @@ dependencies = [
|
||||
"actix",
|
||||
"actix-identity",
|
||||
"actix-remote-ip",
|
||||
"actix-session",
|
||||
"actix-session 0.8.0",
|
||||
"actix-web",
|
||||
"askama",
|
||||
"base32",
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13.1"
|
||||
actix-identity = "0.6.0"
|
||||
actix-identity = "0.7.0"
|
||||
actix-web = "4"
|
||||
actix-session = { version = "0.8.0", features = ["cookie-session"] }
|
||||
actix-remote-ip = "0.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user