Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a773f5e

Browse files
authored
Merge pull request #49 from rustwasm/updating-dependencies
Updating dependencies
2 parents 06e3398 + 5d2ea03 commit a773f5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ crate-type = ["cdylib", "rlib"]
1111
default = ["console_error_panic_hook"]
1212

1313
[dependencies]
14-
wasm-bindgen = "0.2"
14+
wasm-bindgen = "0.2.63"
1515

1616
# The `console_error_panic_hook` crate provides better debugging of panics by
1717
# logging them with `console.error`. This is great for development, but requires
1818
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
1919
# code size when deploying.
20-
console_error_panic_hook = { version = "0.1.1", optional = true }
20+
console_error_panic_hook = { version = "0.1.6", optional = true }
2121

2222
# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
2323
# compared to the default allocator's ~10K. It is slower than the default
2424
# allocator, however.
2525
#
2626
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
27-
wee_alloc = { version = "0.4.2", optional = true }
27+
wee_alloc = { version = "0.4.5", optional = true }
2828

2929
[dev-dependencies]
30-
wasm-bindgen-test = "0.2"
30+
wasm-bindgen-test = "0.3.13"
3131

3232
[profile.release]
3333
# Tell `rustc` to optimize for small code size.

0 commit comments

Comments
 (0)