diff --git a/Cargo.toml b/Cargo.toml index b03cc64..77e7d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "./src/tests-migrate.rs" [dependencies] actix-web = "4.3" -actix-identity = "0.4.0" +actix-identity = "0.8.0" actix-session = { version = "0.10.0", features = ["cookie-session"]} actix-http = "3.0.4" actix-rt = "2"