From f8a1165d10945fe1a5e787abc1de7810ffda2b51 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 7 Jan 2023 01:17:45 +0000 Subject: [PATCH] fix manifest --- actix-identity/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index 468159170..09212b69c 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -22,6 +22,7 @@ actix-session = "0.7" actix-utils = "3" actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies"] } +anyhow = "1" futures-core = "0.3.7" serde = { version = "1", features = ["derive"] } tracing = { version = "0.1.30", default-features = false, features = ["log"] }