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

@ -17,10 +17,10 @@ all-features = true
[dependencies]
actix-http = "3"
actix-service = "2"
actix-web = "4"
actix-web = { version = "4", default-features = false }
derive_more = "0.99.7"
once_cell = "1.13"
regex = "1.5.5"
regex = "1.5"
serde = { version = "1", features = ["derive"] }
toml = "0.8"