mirror of https://github.com/fafhrd91/actix-web
remove base64 dep from actix-http-test
This commit is contained in:
parent
cc166fb30e
commit
945c9b30b7
|
@ -37,7 +37,6 @@ actix-rt = "2.2"
|
|||
actix-server = "2"
|
||||
awc = { version = "3", default-features = false }
|
||||
|
||||
base64 = "0.21"
|
||||
bytes = "1"
|
||||
futures-core = { version = "0.3.17", default-features = false }
|
||||
http = "0.2.5"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
- `X_FORWARDED_HOST`
|
||||
- `X_FORWARDED_PROTO`
|
||||
|
||||
|
||||
### Performance
|
||||
- Improve overall performance of operations on `Extensions`. [#2890]
|
||||
|
||||
|
|
Loading…
Reference in New Issue