Skip to content

Commit

Permalink
chore(deps): update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed May 11, 2024
1 parent c3fcdcf commit 4ef667c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rust-wasm/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lto = true
[dependencies]
# The `wasm-bindgen` crate provides the bare minimum functionality needed
# to interact with JavaScript.
wasm-bindgen = "0.2.45"
wasm-bindgen = "0.2.73"

# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
# compared to the default allocator's ~10K. However, it is slower than the default
Expand All @@ -33,7 +33,7 @@ wee_alloc = { version = "0.4.2", optional = true }
# The `web-sys` crate allows you to interact with the various browser APIs,
# like the DOM.
[dependencies.web-sys]
version = "0.3.22"
version = "0.3.50"
features = ["console"]

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand All @@ -45,7 +45,7 @@ console_error_panic_hook = "0.1.6"

# These crates are used for running unit tests.
[dev-dependencies]
wasm-bindgen-test = "0.2.45"
wasm-bindgen-test = "0.3.0"
futures = "0.3.0"
js-sys = "0.3.22"
wasm-bindgen-futures = "0.3.22"
js-sys = "0.3.50"
wasm-bindgen-futures = "0.4.0"

0 comments on commit 4ef667c

Please sign in to comment.