@@ -24,26 +24,26 @@ js-sys = "0.3"
24
24
slab = " 0.4"
25
25
wasm-bindgen = " 0.2"
26
26
yew-macro = { version = " ^0.21.0" , path = " ../yew-macro" }
27
- thiserror = " 1 .0"
27
+ thiserror = " 2 .0"
28
28
futures = { version = " 0.3" , default-features = false , features = [" std" ] }
29
29
html-escape = { version = " 0.2.13" , optional = true }
30
30
implicit-clone = { version = " 0.5" , features = [" map" ] }
31
31
base64ct = { version = " 1.6.0" , features = [" std" ], optional = true }
32
32
bincode = { version = " 1.3.3" , optional = true }
33
33
serde = { version = " 1" , features = [" derive" ] }
34
- tracing = " 0.1.40 "
35
- tokise = " 0.1 .0"
34
+ tracing = " 0.1.41 "
35
+ tokise = " 0.2 .0"
36
36
rustversion = " 1"
37
37
38
38
[target .'cfg(target_arch = "wasm32")' .dependencies ]
39
39
wasm-bindgen-futures = " 0.4"
40
40
41
41
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
42
42
# We still need tokio as we have docs linked to it.
43
- tokio = { version = " 1.40 " , features = [" rt" ] }
43
+ tokio = { version = " 1.43 " , features = [" rt" ] }
44
44
45
45
[dependencies .web-sys ]
46
- version = " ^0.3.70 "
46
+ version = " ^0.3.77 "
47
47
features = [
48
48
" AnimationEvent" ,
49
49
" Document" ,
@@ -79,7 +79,7 @@ features = [
79
79
]
80
80
81
81
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
82
- tokio = { version = " 1.40 " , features = [" full" ] }
82
+ tokio = { version = " 1.43 " , features = [" full" ] }
83
83
84
84
[target .'cfg(all(target_arch = "wasm32", target_os = "wasi"))' .dependencies ]
85
85
tokio = { version = " 1.40" , features = [" macros" , " rt" , " time" ] }
0 commit comments