diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index b0f6808e5..d70de6164 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -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" diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index e962a2462..7feec2a1a 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -15,7 +15,6 @@ - `X_FORWARDED_HOST` - `X_FORWARDED_PROTO` - ### Performance - Improve overall performance of operations on `Extensions`. [#2890]