remove base64 dep from actix-http-test

This commit is contained in:
Rob Ede 2023-01-21 00:17:30 +00:00
parent cc166fb30e
commit 945c9b30b7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -15,7 +15,6 @@
- `X_FORWARDED_HOST`
- `X_FORWARDED_PROTO`
### Performance
- Improve overall performance of operations on `Extensions`. [#2890]