Skip to content

Commit 6955ada

Browse files
committed
chore: update wasm-bindgen
1 parent 0aa5305 commit 6955ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targets = ["wasm32-unknown-unknown"]
2020
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
2121
diesel = { version = "2.2", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
2222
diesel_derives = "2.2"
23-
wasm-bindgen = "=0.2.99"
23+
wasm-bindgen = "=0.2.100"
2424
wasm-bindgen-futures = "0.4"
2525
js-sys = { version = "0.3" }
2626
tracing = { version = "0.1", default-features = false }
@@ -30,7 +30,7 @@ serde-wasm-bindgen = "0.6"
3030
thiserror = "2"
3131

3232
[dev-dependencies]
33-
wasm-bindgen-test = "=0.3.49"
33+
wasm-bindgen-test = "=0.3.50"
3434
console_error_panic_hook = { version = "0.1"}
3535
rand = "0.8"
3636
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)