mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 16:55:08 +02:00
rollback missed dependencies and CHANGES in crates except actix-http
This commit is contained in:
committed by
Yuki Okushi
parent
d9c415e540
commit
835a00599c
@ -16,7 +16,7 @@ name = "actix_identity"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", path = "..", default-features = false, features = ["secure-cookies"] }
|
||||
actix-web = { version = "2.0.0", default-features = false, features = ["secure-cookies"] }
|
||||
actix-service = "1.0.5"
|
||||
futures = "0.3.1"
|
||||
serde = "1.0"
|
||||
@ -25,5 +25,5 @@ time = { version = "0.2.5", default-features = false, features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0.0"
|
||||
actix-http = { version = "2.0.0", path = "../actix-http" }
|
||||
actix-http = { version = "1.0.1" }
|
||||
bytes = "0.5.4"
|
||||
|
Reference in New Issue
Block a user