diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-24 05:56:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 23:56:55 -0400 |
| commit | 28e2c7204fe02304a8fc3339d7758eec0f64f723 (patch) | |
| tree | 1c686617524f14d4d05b2ee76992da9e39d98da1 /Cargo.toml | |
| parent | ea0694bbfd6368d30cb8eaa3dd87f739eb60f8d2 (diff) | |
chore: remove tokio-tungstenite dependency (#18814)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9edd7f835..0602f2a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,6 @@ tempfile = "3.4.0" thiserror = "=1.0.38" tokio = { version = "=1.25.0", features = ["full"] } tokio-rustls = "0.23.3" -tokio-tungstenite = "0.16.1" tokio-util = "0.7.4" tower-lsp = { version = "=0.17.0", features = ["proposed"] } url = { version = "2.3.1", features = ["serde", "expose_internals"] } |
