Skip to content

Commit ec1dccc

Browse files
committed
Update dependencies
1 parent 2e022c1 commit ec1dccc

File tree

2 files changed

+64
-63
lines changed

2 files changed

+64
-63
lines changed

Cargo.lock

+56-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build = "build.rs"
1818
version_check = "0.9.4"
1919

2020
[dev-dependencies]
21-
wasm-bindgen-test = "0.3.28"
21+
wasm-bindgen-test = "0.3.30"
2222
serde_json = "1.0.79"
2323
serde-wasm-bindgen = "0.4.2"
2424

@@ -29,25 +29,25 @@ enclose = "1.1.8"
2929
gloo-timers = { version = "0.2.3", features = ["futures"] }
3030
gloo-file = { version = "0.2.1", features = ["futures"] }
3131
gloo-utils = "0.1.2"
32-
indexmap = "1.8.0"
33-
js-sys = "0.3.55"
32+
indexmap = "1.8.1"
33+
js-sys = "0.3.57"
3434
pulldown-cmark = { version = "0.9.1", optional = true }
3535
rand = { version = "0.8.5", features = ["small_rng"] }
3636
# https://docs.rs/getrandom/0.2.0/getrandom/#webassembly-support
37-
getrandom = { version = "0.2.5", features = ["js"] }
37+
getrandom = { version = "0.2.6", features = ["js"] }
3838
serde = { version = "1.0.136", features = ['derive'], optional = true }
39-
serde_json = { version = "1.0", optional = true }
39+
serde_json = { version = "1.0.79", optional = true }
4040
serde-wasm-bindgen = { version = "0.4.2", optional = true }
41-
wasm-bindgen = "0.2.78" # v0.2.79 is not working, see https://github.com/rustwasm/wasm-bindgen/issues/2774
42-
wasm-bindgen-futures = "0.4.28"
41+
wasm-bindgen = "0.2.80"
42+
wasm-bindgen-futures = "0.4.30"
4343
# @TODO: remove once we can use entities without `Debug` in `log!` and `error!` on `stable` Rust.
4444
# https://github.com/Centril/rfcs/blob/rfc/quick-debug-macro/text/0000-quick-debug-macro.md#types-which-are-not-debug
4545
dbg = "1.0.4"
4646
futures = "0.3.21"
4747
uuid = { version = "0.8.2", features = ["v4", "wasm-bindgen"] }
4848

4949
[dependencies.web-sys]
50-
version = "0.3.55"
50+
version = "0.3.57"
5151
features = [
5252
"AbortController",
5353
"AbortSignal",

0 commit comments

Comments
 (0)