mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
chore: fix actix web feature specs
This commit is contained in:
parent
3fad53211a
commit
bafd8179ff
@ -23,7 +23,7 @@ session = ["actix-session"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-utils = "3"
|
actix-utils = "3"
|
||||||
actix-web = { version = "4", features = ["cookies"] }
|
actix-web = { version = "4", default-features = false, features = ["cookies"] }
|
||||||
|
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
derive_more = "0.99.7"
|
derive_more = "0.99.7"
|
||||||
|
@ -17,10 +17,10 @@ all-features = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-http = "3"
|
actix-http = "3"
|
||||||
actix-service = "2"
|
actix-service = "2"
|
||||||
actix-web = "4"
|
actix-web = { version = "4", default-features = false }
|
||||||
derive_more = "0.99.7"
|
derive_more = "0.99.7"
|
||||||
once_cell = "1.13"
|
once_cell = "1.13"
|
||||||
regex = "1.5.5"
|
regex = "1.5"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user