@@ -7,24 +7,24 @@ license = "MIT OR Apache-2.0"
7
7
name = " wasm-bindgen-test"
8
8
repository = " https://github.com/rustwasm/wasm-bindgen"
9
9
rust-version = " 1.57"
10
- version = " 0.3.46 "
10
+ version = " 0.3.47 "
11
11
12
12
[features ]
13
13
default = [" std" ]
14
14
std = [" wasm-bindgen/std" , " js-sys/std" , " wasm-bindgen-futures/std" , " scoped-tls" ]
15
15
16
16
[dependencies ]
17
17
gg-alloc = { version = " 1.0" , optional = true }
18
- js-sys = { path = ' ../js-sys' , version = ' =0.3.73 ' , default-features = false }
18
+ js-sys = { path = ' ../js-sys' , version = ' =0.3.74 ' , default-features = false }
19
19
once_cell = { version = " 1.12" , default-features = false }
20
20
scoped-tls = { version = " 1.0" , optional = true }
21
- wasm-bindgen = { path = ' ../..' , version = ' =0.2.96 ' , default-features = false }
22
- wasm-bindgen-futures = { path = ' ../futures' , version = ' =0.4.46 ' , default-features = false }
23
- wasm-bindgen-test-macro = { path = ' ../test-macro' , version = ' =0.3.46 ' }
21
+ wasm-bindgen = { path = ' ../..' , version = ' =0.2.97 ' , default-features = false }
22
+ wasm-bindgen-futures = { path = ' ../futures' , version = ' =0.4.47 ' , default-features = false }
23
+ wasm-bindgen-test-macro = { path = ' ../test-macro' , version = ' =0.3.47 ' }
24
24
25
25
[target .'cfg(all(target_arch = "wasm32", wasm_bindgen_unstable_test_coverage))' .dependencies ]
26
26
minicov = " 0.3"
27
- wasm-bindgen-test-macro = { path = ' ../test-macro' , version = ' =0.3.46 ' , features = [" coverage" ] }
27
+ wasm-bindgen-test-macro = { path = ' ../test-macro' , version = ' =0.3.47 ' , features = [" coverage" ] }
28
28
29
29
[lints .rust ]
30
30
unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(wasm_bindgen_unstable_test_coverage)' ] }
0 commit comments