From ac667a8a3e25c03f168681eef0b4645c5a744213 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Tue, 26 Nov 2024 14:56:12 +0100 Subject: [PATCH] cleanup --- crates/wasm/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index eee1516f0..cd9a17e56 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -40,7 +40,6 @@ http-body-util = { version = "0.1" } hyper = { workspace = true, features = ["client", "http1"] } parking_lot = { version = "0.12", features = ["nightly"] } pin-project-lite = { workspace = true } -rayon = "1.8" serde = { workspace = true, features = ["derive"] } serde_json = { version = "1.0" } time = { version = "0.3", features = ["wasm-bindgen"] }