Delete unused websocket dependency (#6535)

This unused crate is super old and has some old dependencies. Its old dependencies of `parking_lot` or `parking_lot_core` might be causing a wasm compilation bug we've been having (#6091), but it's not clear.
This commit is contained in:
Stijn ("stain") Seghers 2023-05-04 09:34:51 +02:00 committed by GitHub
parent 7885145b6e
commit cbda170126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 200 additions and 772 deletions

969
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -62,9 +62,6 @@ ordered-float = "3.4.0"
wasm-bindgen = { workspace = true }
wasm-bindgen-futures = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
websocket = "0.26.5"
[dev-dependencies]
regex = { workspace = true }
wasm-bindgen-test = { workspace = true }