Skip to content

Commit 761b89e

Browse files
authored
chore: upgrade wasm-streams to v0.5 (#2958)
1 parent fd2d507 commit 761b89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ futures-util = { version = "0.3.28", default-features = false, features = ["std"
178178
js-sys = "0.3.77"
179179
wasm-bindgen = "0.2.89"
180180
wasm-bindgen-futures = "0.4.18"
181-
wasm-streams = { version = "0.4", optional = true }
181+
wasm-streams = { version = "0.5", optional = true }
182182

183183
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
184184
version = "0.3.28"

0 commit comments

Comments
 (0)