Skip to content

Commit

Permalink
upgrade comrak, gix, dashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jul 31, 2024
1 parent ef9bc1a commit cc2c6f9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
35 changes: 30 additions & 5 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 @@ -46,7 +46,7 @@ docsrs-metadata = { path = "crates/metadata" }
anyhow = { version = "1.0.42", features = ["backtrace"]}
backtrace = "0.3.61"
thiserror = "1.0.26"
comrak = { version = "0.24.1", default-features = false }
comrak = { version = "0.26.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 @@ -60,7 +60,7 @@ base64 = "0.22"
strum = { version = "0.26.1", features = ["derive"] }
lol_html = "1.0.0"
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
dashmap = "5.1.0"
dashmap = "6.0.0"
string_cache = "0.8.0"
postgres-types = { version = "0.2", features = ["derive"] }
zip = {version = "1.1.4", default-features = false, features = ["bzip2"]}
Expand Down Expand Up @@ -139,7 +139,7 @@ debug = "line-tables-only"

[build-dependencies]
time = "0.3"
gix = { version = "0.63.0", default-features = false }
gix = { version = "0.64.0", default-features = false }
string_cache_codegen = "0.5.1"
walkdir = "2"
anyhow = { version = "1.0.42", features = ["backtrace"] }
Expand Down

0 comments on commit cc2c6f9

Please sign in to comment.