Skip to content

Commit 1bd939b

Browse files
authored
update wasm-streams dependency (#2114)
1 parent 87cdf12 commit 1bd939b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ js-sys = "0.3.45"
170170
serde_json = "1.0"
171171
wasm-bindgen = "0.2.68"
172172
wasm-bindgen-futures = "0.4.18"
173-
wasm-streams = { version = "0.3", optional = true }
173+
wasm-streams = { version = "0.4", optional = true }
174174

175175
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
176176
version = "0.3.25"

0 commit comments

Comments
 (0)