mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
fix httpauth extraction error handling in middleware (#128)
This commit is contained in:
@ -21,10 +21,11 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", default_features = false }
|
||||
actix-service = "1.0.6"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
base64 = "0.13"
|
||||
bytes = "0.5"
|
||||
base64 = "0.12"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1"
|
||||
actix-cors = "0.5"
|
||||
actix-rt = "1.1.1"
|
||||
actix-service = "1.0.6"
|
||||
|
Reference in New Issue
Block a user