Skip to content

Commit 0b3bab3

Browse files
sypharGuillaumeGomez
authored andcommitted
upgrade comrak, gix, itertools, rustwide
1 parent 7eab2e7 commit 0b3bab3

File tree

2 files changed

+12
-101
lines changed

2 files changed

+12
-101
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ docsrs-metadata = { path = "crates/metadata" }
3737
anyhow = { version = "1.0.42", features = ["backtrace"]}
3838
backtrace = "0.3.61"
3939
thiserror = "2.0.3"
40-
comrak = { version = "0.31.0", default-features = false }
40+
comrak = { version = "0.32.0", default-features = false }
4141
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4242
toml = "0.8.0"
4343
prometheus = { version = "0.13.0", default-features = false }
44-
rustwide = { version = "0.18.0", features = ["unstable-toolchain-ci", "unstable"] }
44+
rustwide = { version = "0.19.0", features = ["unstable-toolchain-ci", "unstable"] }
4545
mime_guess = "2"
4646
zstd = "0.13.0"
4747
hostname = "0.4.0"
@@ -56,7 +56,7 @@ string_cache = "0.8.0"
5656
zip = {version = "2.2.0", default-features = false, features = ["bzip2"]}
5757
bzip2 = "0.5.0"
5858
getrandom = "0.2.1"
59-
itertools = { version = "0.13.0" }
59+
itertools = { version = "0.14.0" }
6060
rusqlite = { version = "0.32.1", features = ["bundled"] }
6161
hex = "0.4.3"
6262
derive_more = { version = "1.0.0", features = ["display"] }
@@ -125,7 +125,7 @@ debug = "line-tables-only"
125125

126126
[build-dependencies]
127127
time = "0.3"
128-
gix = { version = "0.68.0", default-features = false }
128+
gix = { version = "0.69.1", default-features = false }
129129
string_cache_codegen = "0.5.1"
130130
walkdir = "2"
131131
anyhow = { version = "1.0.42", features = ["backtrace"] }

0 commit comments

Comments
 (0)