Skip to content

Commit f1aea90

Browse files
committed
Auto merge of #3099 - JohnTitor:comrak, r=jtgeibel
Update `comrak` to 0.9 Changes between 0.8.2 and 0.9.0: kivikakk/comrak@0.8.2...0.9.0 This shouldn't affect our codebase.
2 parents 36eb8c6 + 6e87cde commit f1aea90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cargo-registry-s3 = { path = "src/s3", version = "0.2.0" }
3535
chrono = { version = "0.4.0", features = ["serde"] }
3636
civet = "0.12.0-alpha.4"
3737
clap = "=3.0.0-beta.2"
38-
comrak = { version = "0.8", default-features = false }
38+
comrak = { version = "0.9", default-features = false }
3939

4040
conduit = "0.9.0-alpha.3"
4141
conduit-conditional-get = "0.9.0-alpha.3"

0 commit comments

Comments
 (0)