Skip to content

Commit 07ac427

Browse files
committed
update version
1 parent cb05a63 commit 07ac427

File tree

23 files changed

+912
-589
lines changed

23 files changed

+912
-589
lines changed

.vscode/settings.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ edition = "2021"
77
crate-type = ["cdylib", "rlib"]
88

99
[dependencies]
10-
axum = { version = "0.6.4", optional = true }
10+
axum = { version = "0.7.0", optional = true }
1111
console_error_panic_hook = "0.1"
1212
console_log = "1"
1313
cfg-if = "1"
14-
leptos = { version = "0.4", features = ["nightly"] }
15-
leptos_axum = { version = "0.4", optional = true }
16-
leptos_meta = { version = "0.4", features = ["nightly"] }
17-
leptos_router = { version = "0.4", features = ["nightly"] }
14+
leptos = { version = "0.6.15", features = ["nightly"] }
15+
leptos_axum = { version = "0.6.15", optional = true }
16+
leptos_meta = { version = "0.6.15", features = ["nightly"] }
17+
leptos_router = { version = "0.6.15", features = ["nightly"] }
1818
log = "0.4"
19-
simple_logger = "4"
20-
tokio = { version = "1.25.0", optional = true }
21-
tower = { version = "0.4.13", optional = true }
22-
tower-http = { version = "0.4", features = ["fs"], optional = true }
23-
wasm-bindgen = "0.2.88"
24-
thiserror = "1.0.38"
25-
tracing = { version = "0.1.37", optional = true }
26-
http = "0.2.8"
19+
simple_logger = "5.0.0"
20+
tokio = { version = "1.25.0", features = ["rt-multi-thread"],optional = true }
21+
tower = { version = "0.5.1", optional = true, features = ["util"]}
22+
tower-http = { version = "0.6.2", features = ["fs"], optional = true }
23+
wasm-bindgen = "=0.2.95"
24+
thiserror = "2.0.3"
25+
tracing = { version = "0.1.0", optional = true }
26+
http = "1.1.0"
2727
gray_matter = "0.2.6"
28-
pulldown-cmark = "0.9.3"
28+
pulldown-cmark = "0.12.2"
2929
serde = { version = "1.0.163", features = ["derive"] }
3030
chrono = { version = "0.4.24", features = ["serde"] }
3131

0 commit comments

Comments
 (0)