Skip to content

Commit

Permalink
update wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 11, 2024
1 parent 6b1c997 commit ded9684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targets = ["wasm32-unknown-unknown"]
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
diesel = { version = "2.2", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
diesel_derives = "2.2"
wasm-bindgen = "=0.2.93"
wasm-bindgen = "=0.2.95"
wasm-bindgen-futures = "0.4"
js-sys = { version = "0.3" }
tracing = { version = "0.1", default-features = false }
Expand All @@ -30,7 +30,7 @@ serde-wasm-bindgen = "0.6"
thiserror = "1"

[dev-dependencies]
wasm-bindgen-test = "=0.3.43"
wasm-bindgen-test = "=0.3.45"
console_error_panic_hook = { version = "0.1"}
rand = "0.8"
getrandom = { version = "0.2", features = ["js"] }
Expand Down

0 comments on commit ded9684

Please sign in to comment.