Compare commits

...

1 Commits

Author SHA1 Message Date
cbaf7fc442 Update Rust crate actix-identity to 0.8.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-15 00:34:48 +00:00
2 changed files with 6 additions and 22 deletions

View File

@ -75,15 +75,15 @@ dependencies = [
[[package]]
name = "actix-identity"
version = "0.7.1"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2c99b7a5614b72a78f04aa2021e5370fc1aef2475fffeffc0c1266b99007062"
checksum = "23b8ddc6f6a8b19c4016aaa13519968da9969bc3bc1c1c883cdb0f25dd6c8cf7"
dependencies = [
"actix-service",
"actix-session 0.9.0",
"actix-session",
"actix-utils",
"actix-web",
"derive_more 0.99.17",
"derive_more 1.0.0",
"futures-core",
"serde",
"tracing",
@ -163,22 +163,6 @@ dependencies = [
"pin-project-lite",
]
[[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 0.99.17",
"serde",
"serde_json",
"tracing",
]
[[package]]
name = "actix-session"
version = "0.10.1"
@ -1814,7 +1798,7 @@ dependencies = [
"actix-cors",
"actix-identity",
"actix-remote-ip",
"actix-session 0.10.1",
"actix-session",
"actix-web",
"anyhow",
"basic-jwt",

View File

@ -15,7 +15,7 @@ basic-jwt = "0.2.0"
actix-web = "4.5.1"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-identity = "0.7.1"
actix-identity = "0.8.0"
actix-cors = "0.7.0"
lazy_static = "1.4.0"
anyhow = "1.0.83"