Skip to content

Commit

Permalink
upgrade tower-http, comrak, lol-html
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 13, 2024
1 parent 331d174 commit f675d75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docsrs-metadata = { path = "crates/metadata" }
anyhow = { version = "1.0.42", features = ["backtrace"]}
backtrace = "0.3.61"
thiserror = "1.0.26"
comrak = { version = "0.28.0", default-features = false }
comrak = { version = "0.29.0", default-features = false }
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
toml = "0.8.0"
prometheus = { version = "0.13.0", default-features = false }
Expand All @@ -53,7 +53,7 @@ path-slash = "0.2.0"
once_cell = { version = "1.4.0", features = ["parking_lot"] }
base64 = "0.22"
strum = { version = "0.26.1", features = ["derive"] }
lol_html = "1.0.0"
lol_html = "2.0.0"
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
dashmap = "6.0.0"
string_cache = "0.8.0"
Expand Down Expand Up @@ -86,7 +86,7 @@ axum-extra = { version = "0.9.1", features = ["typed-header"] }
hyper = { version = "1.1.0", default-features = false }
tower = "0.5.1"
tower-service = "0.3.2"
tower-http = { version = "0.5.0", features = ["fs", "trace", "timeout", "catch-panic"] }
tower-http = { version = "0.6.0", features = ["fs", "trace", "timeout", "catch-panic"] }
mime = "0.3.16"
percent-encoding = "2.2.0"

Expand Down

0 comments on commit f675d75

Please sign in to comment.