mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
update all packages to use actix-web v3 (#94)
This commit is contained in:
@ -17,14 +17,14 @@ name = "actix_web_httpauth"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "^2.0", default_features = false }
|
||||
actix-service = "1.0"
|
||||
actix-web = { version = "3.0.0", default_features = false }
|
||||
actix-service = "1.0.6"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
bytes = "0.5"
|
||||
base64 = "0.12"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0"
|
||||
actix-rt = "1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
Reference in New Issue
Block a user