File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -67,31 +67,31 @@ console_error_panic_hook = "0.1"
67
67
console_log = " 1"
68
68
cfg-if = " 1"
69
69
gloo-net = " 0.6.0"
70
- indexmap = " 2.3 .0"
70
+ indexmap = " 2.4 .0"
71
71
indoc = " 2.0.5"
72
- js-sys = " 0.3.69 "
73
- web-sys = " 0.3.69 "
72
+ js-sys = " 0.3.70 "
73
+ web-sys = " 0.3.70 "
74
74
leptos = { version = " 0.6" }
75
75
leptos_axum = " 0.6"
76
76
leptos_meta = { version = " 0.6" }
77
77
leptos_router = { version = " 0.6" }
78
- leptos-use = " 0.11.3 "
78
+ leptos-use = " 0.12.0 "
79
79
log = " 0.4"
80
80
log4rs = { version = " 1.3.0" , default-features = false }
81
81
monaco = " 0.4.0"
82
- serde = " 1.0.204 "
82
+ serde = " 1.0.207 "
83
83
tempfile = " 3.12.0"
84
84
tokio = " 1.39.2"
85
- tower = " 0.4.13 "
86
- wasm-bindgen = " 0.2.92 "
85
+ tower = " 0.5.0 "
86
+ wasm-bindgen = " 0.2.93 "
87
87
tailwind-css = " 0.13.0"
88
88
thiserror = " 1.0.63"
89
89
tracing = " 0.1.40"
90
90
http = " 1.1.0"
91
91
proc-macro2 = " 1.0.86"
92
92
quote = " 1.0.36"
93
93
reqwest = " 0.12.5"
94
- syn = " 2.0.72 "
94
+ syn = " 2.0.74 "
95
95
serde_yaml = " 0.9.34"
96
96
97
97
[workspace .lints .rust ]
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ ssr = [
56
56
" tokio?/process" ,
57
57
" tokio?/rt-multi-thread" ,
58
58
" dep:tower" ,
59
+ " tower?/util" ,
59
60
" dep:tower-http" ,
60
61
" dep:leptos_axum" ,
61
62
" leptos/ssr" ,
You can’t perform that action at this time.
0 commit comments