Skip to content

Commit 77b1e2e

Browse files
authored
chore(deps): update wasm-bindgen (#5)
1 parent 6b1c997 commit 77b1e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
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.93"
23+
wasm-bindgen = "=0.2.95"
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 = "1"
3131

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

0 commit comments

Comments
 (0)