Skip to content

Commit 80eef81

Browse files
fix(deps): update rust crate pulldown-cmark to 0.12
1 parent 7f207a4 commit 80eef81

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
@@ -62,7 +62,7 @@ openssl = { version = "0.10", optional = true }
6262
opentelemetry = { workspace = true, optional = true }
6363
opentelemetry-otlp = { workspace = true, optional = true }
6464
opentelemetry_sdk = { workspace = true, optional = true }
65-
pulldown-cmark = { version = "0.11", default-features = false }
65+
pulldown-cmark = { version = "0.12", default-features = false }
6666
rand = "0.8"
6767
regex = "1"
6868
remove_dir_all = { version = "0.8.1", features = ["parallel"] }

0 commit comments

Comments
 (0)