summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent753777b4affb6020739b4f74932a278f6f8afcce (diff)
refactor: change cli/ to use hyper 1.1 (#21705)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37569f876..ae1b0ad00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,7 +96,6 @@ data-encoding = "2.3.3"
dlopen2 = "0.6.1"
encoding_rs = "=0.8.33"
ecb = "=0.1.2"
-fastwebsockets = "=0.5.0"
filetime = "0.2.16"
flate2 = { version = "1.0.26", default-features = false }
fs3 = "0.5.0"