@@ -41,7 +41,7 @@ docsrs-metadata = { path = "crates/metadata" }
41
41
anyhow = { version = " 1.0.42" , features = [" backtrace" ]}
42
42
backtrace = " 0.3.61"
43
43
thiserror = " 1.0.26"
44
- comrak = { version = " 0.28 .0" , default-features = false }
44
+ comrak = { version = " 0.29 .0" , default-features = false }
45
45
syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " html" , " dump-load" , " regex-onig" ] }
46
46
toml = " 0.8.0"
47
47
prometheus = { version = " 0.13.0" , default-features = false }
@@ -53,7 +53,7 @@ path-slash = "0.2.0"
53
53
once_cell = { version = " 1.4.0" , features = [" parking_lot" ] }
54
54
base64 = " 0.22"
55
55
strum = { version = " 0.26.1" , features = [" derive" ] }
56
- lol_html = " 1 .0.0"
56
+ lol_html = " 2 .0.0"
57
57
font-awesome-as-a-crate = { path = " crates/font-awesome-as-a-crate" }
58
58
dashmap = " 6.0.0"
59
59
string_cache = " 0.8.0"
@@ -86,7 +86,7 @@ axum-extra = { version = "0.9.1", features = ["typed-header"] }
86
86
hyper = { version = " 1.1.0" , default-features = false }
87
87
tower = " 0.5.1"
88
88
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" ] }
90
90
mime = " 0.3.16"
91
91
percent-encoding = " 2.2.0"
92
92
0 commit comments