1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore: fix actix web feature specs

This commit is contained in:
Rob Ede
2023-09-16 03:35:56 +01:00
parent 3fad53211a
commit bafd8179ff
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ session = ["actix-session"]
[dependencies]
actix-utils = "3"
actix-web = { version = "4", features = ["cookies"] }
actix-web = { version = "4", default-features = false, features = ["cookies"] }
chrono = "0.4"
derive_more = "0.99.7"