From 61b1b2b5e6dace3733cdba291801378dd974386a Mon Sep 17 00:00:00 2001 From: Vivek Panyam Date: Fri, 7 Jul 2023 20:08:23 -0400 Subject: [PATCH] Bump wasm-streams dependency to 0.3 (#1903) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b0ce9b65..7120b7ce6 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.2", optional = true } +wasm-streams = { version = "0.3", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.25"