From 14898d8b47bdbe1bc454a73641e77b2a132321cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Gr=C3=A4f?= Date: Fri, 26 Jan 2024 22:58:39 +0100 Subject: [PATCH] update wasm-streams dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9a0521fc..28addf257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,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.4", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.25"