summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-26 14:32:21 +0100
committerGitHub <noreply@github.com>2023-12-26 14:32:21 +0100
commit8fbac6739545d1d874eb1af0b2b9dddff576786c (patch)
treecd0c32251546dc491eea1c0a7fd9d4f758a1623e /test_util
parent753777b4affb6020739b4f74932a278f6f8afcce (diff)
refactor: change cli/ to use hyper 1.1 (#21705)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 73e00ec72..527742816 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -20,7 +20,6 @@ base64.workspace = true
bytes.workspace = true
console_static_text.workspace = true
denokv_proto.workspace = true
-fastwebsockets = { workspace = true, features = ["upgrade"] }
fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade"] }
flate2 = { workspace = true, features = ["default"] }
futures.workspace = true