From 945c9b30b77a8265b9a02eb9311b2e9a78518ea9 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 21 Jan 2023 00:17:30 +0000 Subject: [PATCH] remove base64 dep from actix-http-test --- actix-http-test/Cargo.toml | 1 - actix-http/CHANGES.md | 1 - 2 files changed, 2 deletions(-) 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]