Commit eecf86c 1 parent 1676f78 commit eecf86c Copy full SHA for eecf86c
File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ edition = "2021"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[dependencies ]
10
- leptos = { version = " 0.6.7 " }
11
- leptos_meta = { version = " 0.6.7 " }
12
- leptos_router = { version = " 0.6.7 " }
10
+ leptos = { version = " 0.6.9 " }
11
+ leptos_meta = { version = " 0.6.9 " }
12
+ leptos_router = { version = " 0.6.9 " }
13
13
leptos_devtools = { version = " 0.0.1" , optional = true }
14
14
thaw = { path = " ../thaw" }
15
15
demo_markdown = { path = " ../demo_markdown" }
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ axum = { version = "0.7.4", optional = true }
11
11
console_error_panic_hook = " 0.1"
12
12
console_log = " 1"
13
13
cfg-if = " 1"
14
- leptos = { version = " 0.6.7 " }
15
- leptos_axum = { version = " 0.6.7 " , optional = true }
16
- leptos_meta = { version = " 0.6.7 " }
17
- leptos_router = { version = " 0.6.7 " }
14
+ leptos = { version = " 0.6.9 " }
15
+ leptos_axum = { version = " 0.6.9 " , optional = true }
16
+ leptos_meta = { version = " 0.6.9 " }
17
+ leptos_router = { version = " 0.6.9 " }
18
18
log = " 0.4"
19
19
simple_logger = " 4"
20
20
tokio = { version = " 1.35.1" , features = [" rt-multi-thread" ], optional = true }
21
21
tower = { version = " 0.4.13" , optional = true }
22
22
tower-http = { version = " 0.5.1" , features = [" fs" ], optional = true }
23
- wasm-bindgen = " =0.2.90 "
23
+ wasm-bindgen = " =0.2.92 "
24
24
thiserror = " 1.0.56"
25
25
tracing = { version = " 0.1.40" , optional = true }
26
26
http = " 0.2.8"
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ license = "MIT"
13
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
14
15
15
[dependencies ]
16
- leptos = { version = " 0.6.7 " }
17
- leptos_meta = { version = " 0.6.7 " , optional = true }
18
- web-sys = { version = " 0.3.67 " , features = [
16
+ leptos = { version = " 0.6.9 " }
17
+ leptos_meta = { version = " 0.6.9 " , optional = true }
18
+ web-sys = { version = " 0.3.69 " , features = [
19
19
" DomRect" ,
20
20
" File" ,
21
21
" FileList" ,
22
22
" DataTransfer" ,
23
23
] }
24
- wasm-bindgen = " 0.2.90 "
24
+ wasm-bindgen = " 0.2.92 "
25
25
icondata_core = " 0.1.0"
26
26
icondata_ai = " 0.0.10"
27
27
uuid = { version = " 1.7.0" , features = [" v4" ] }
28
28
cfg-if = " 1.0.0"
29
- chrono = " 0.4.33 "
30
- palette = " 0.7.4 "
29
+ chrono = " 0.4.35 "
30
+ palette = " 0.7.5 "
31
31
32
32
[features ]
33
33
csr = [" leptos/csr" ]
You can’t perform that action at this time.
0 commit comments