Skip to content

Commit 668dfb0

Browse files
committed
upgrade tower-http, comrak, lol-html
1 parent 0c98b47 commit 668dfb0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docsrs-metadata = { path = "crates/metadata" }
4141
anyhow = { version = "1.0.42", features = ["backtrace"]}
4242
backtrace = "0.3.61"
4343
thiserror = "1.0.26"
44-
comrak = { version = "0.28.0", default-features = false }
44+
comrak = { version = "0.29.0", default-features = false }
4545
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4646
toml = "0.8.0"
4747
prometheus = { version = "0.13.0", default-features = false }
@@ -53,7 +53,7 @@ path-slash = "0.2.0"
5353
once_cell = { version = "1.4.0", features = ["parking_lot"] }
5454
base64 = "0.22"
5555
strum = { version = "0.26.1", features = ["derive"] }
56-
lol_html = "1.0.0"
56+
lol_html = "2.0.0"
5757
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
5858
dashmap = "6.0.0"
5959
string_cache = "0.8.0"
@@ -86,7 +86,7 @@ axum-extra = { version = "0.9.1", features = ["typed-header"] }
8686
hyper = { version = "1.1.0", default-features = false }
8787
tower = "0.5.1"
8888
tower-service = "0.3.2"
89-
tower-http = { version = "0.5.0", features = ["fs", "trace", "timeout", "catch-panic"] }
89+
tower-http = { version = "0.6.0", features = ["fs", "trace", "timeout", "catch-panic"] }
9090
mime = "0.3.16"
9191
percent-encoding = "2.2.0"
9292

0 commit comments

Comments
 (0)