Skip to content

Commit 69a2d2a

Browse files
committed
upgrade tower, gix, rusqlite, comrak
1 parent bfbc8bd commit 69a2d2a

File tree

2 files changed

+39
-126
lines changed

2 files changed

+39
-126
lines changed

Cargo.lock

+35-122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docsrs-metadata = { path = "crates/metadata" }
4646
anyhow = { version = "1.0.42", features = ["backtrace"]}
4747
backtrace = "0.3.61"
4848
thiserror = "1.0.26"
49-
comrak = { version = "0.26.0", default-features = false }
49+
comrak = { version = "0.28.0", default-features = false }
5050
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
5151
toml = "0.8.0"
5252
prometheus = { version = "0.13.0", default-features = false }
@@ -67,7 +67,7 @@ zip = {version = "2.2.0", default-features = false, features = ["bzip2"]}
6767
bzip2 = "0.4.4"
6868
getrandom = "0.2.1"
6969
itertools = { version = "0.13.0", optional = true}
70-
rusqlite = { version = "0.31.0", features = ["bundled"] }
70+
rusqlite = { version = "0.32.1", features = ["bundled"] }
7171
hex = "0.4.3"
7272

7373
# Async
@@ -90,7 +90,7 @@ serde_with = "3.4.0"
9090
axum = { version = "0.7.3", features = ["macros"] }
9191
axum-extra = { version = "0.9.1", features = ["typed-header"] }
9292
hyper = { version = "1.1.0", default-features = false }
93-
tower = "0.4.11"
93+
tower = "0.5.1"
9494
tower-service = "0.3.2"
9595
tower-http = { version = "0.5.0", features = ["fs", "trace", "timeout", "catch-panic"] }
9696
mime = "0.3.16"
@@ -139,7 +139,7 @@ debug = "line-tables-only"
139139

140140
[build-dependencies]
141141
time = "0.3"
142-
gix = { version = "0.64.0", default-features = false }
142+
gix = { version = "0.66.0", default-features = false }
143143
string_cache_codegen = "0.5.1"
144144
walkdir = "2"
145145
anyhow = { version = "1.0.42", features = ["backtrace"] }

0 commit comments

Comments
 (0)