File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ targets = ["wasm32-unknown-unknown"]
20
20
talc = { version = " 4.4" , default-features = false , features = [" lock_api" ] }
21
21
diesel = { version = " 2.2" , features = [" i-implement-a-third-party-backend-and-opt-into-breaking-changes" ] }
22
22
diesel_derives = " 2.2"
23
- wasm-bindgen = " =0.2.99 "
23
+ wasm-bindgen = " =0.2.100 "
24
24
wasm-bindgen-futures = " 0.4"
25
25
js-sys = { version = " 0.3" }
26
26
tracing = { version = " 0.1" , default-features = false }
@@ -30,7 +30,7 @@ serde-wasm-bindgen = "0.6"
30
30
thiserror = " 2"
31
31
32
32
[dev-dependencies ]
33
- wasm-bindgen-test = " =0.3.49 "
33
+ wasm-bindgen-test = " =0.3.50 "
34
34
console_error_panic_hook = { version = " 0.1" }
35
35
rand = " 0.8"
36
36
getrandom = { version = " 0.2" , features = [" js" ] }
You can’t perform that action at this time.
0 commit comments