diff --git a/remote_backend/Cargo.lock b/remote_backend/Cargo.lock index 36a5b87..745bffe 100644 --- a/remote_backend/Cargo.lock +++ b/remote_backend/Cargo.lock @@ -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", diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index c532183..82718a0 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -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"