diff --git a/Cargo.toml b/Cargo.toml index 7120b7ce6..4b0ce9b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ js-sys = "0.3.45" serde_json = "1.0" wasm-bindgen = "0.2.68" wasm-bindgen-futures = "0.4.18" -wasm-streams = { version = "0.3", optional = true } +wasm-streams = { version = "0.2", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.25"