@@ -18,7 +18,7 @@ build = "build.rs"
18
18
version_check = " 0.9.4"
19
19
20
20
[dev-dependencies ]
21
- wasm-bindgen-test = " 0.3.28 "
21
+ wasm-bindgen-test = " 0.3.30 "
22
22
serde_json = " 1.0.79"
23
23
serde-wasm-bindgen = " 0.4.2"
24
24
@@ -29,25 +29,25 @@ enclose = "1.1.8"
29
29
gloo-timers = { version = " 0.2.3" , features = [" futures" ] }
30
30
gloo-file = { version = " 0.2.1" , features = [" futures" ] }
31
31
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 "
34
34
pulldown-cmark = { version = " 0.9.1" , optional = true }
35
35
rand = { version = " 0.8.5" , features = [" small_rng" ] }
36
36
# 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" ] }
38
38
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 }
40
40
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 "
43
43
# @TODO: remove once we can use entities without `Debug` in `log!` and `error!` on `stable` Rust.
44
44
# https://github.com/Centril/rfcs/blob/rfc/quick-debug-macro/text/0000-quick-debug-macro.md#types-which-are-not-debug
45
45
dbg = " 1.0.4"
46
46
futures = " 0.3.21"
47
47
uuid = { version = " 0.8.2" , features = [" v4" , " wasm-bindgen" ] }
48
48
49
49
[dependencies .web-sys ]
50
- version = " 0.3.55 "
50
+ version = " 0.3.57 "
51
51
features = [
52
52
" AbortController" ,
53
53
" AbortSignal" ,
0 commit comments