Skip to content

Commit b6a9edc

Browse files
committed
upgrade comrak, gix, dashmap
1 parent ef9bc1a commit b6a9edc

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

Cargo.lock

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

Cargo.toml

+3-3
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.24.1", default-features = false }
49+
comrak = { version = "0.26.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 }
@@ -60,7 +60,7 @@ base64 = "0.22"
6060
strum = { version = "0.26.1", features = ["derive"] }
6161
lol_html = "1.0.0"
6262
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
63-
dashmap = "5.1.0"
63+
dashmap = "6.0.0"
6464
string_cache = "0.8.0"
6565
postgres-types = { version = "0.2", features = ["derive"] }
6666
zip = {version = "1.1.4", default-features = false, features = ["bzip2"]}
@@ -139,7 +139,7 @@ debug = "line-tables-only"
139139

140140
[build-dependencies]
141141
time = "0.3"
142-
gix = { version = "0.63.0", default-features = false }
142+
gix = { version = "0.64.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)