Skip to content

Commit cb2ba42

Browse files
author
Lukas Markeffsky
committed
update pulldown-cmark to 0.9.3
1 parent 7ca94f2 commit cb2ba42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,9 +2747,9 @@ dependencies = [
27472747

27482748
[[package]]
27492749
name = "pulldown-cmark"
2750-
version = "0.9.2"
2750+
version = "0.9.3"
27512751
source = "registry+https://github.com/rust-lang/crates.io-index"
2752-
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
2752+
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
27532753
dependencies = [
27542754
"bitflags",
27552755
"memchr",

compiler/rustc_resolve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
bitflags = "1.2.1"
10-
pulldown-cmark = { version = "0.9.2", default-features = false }
10+
pulldown-cmark = { version = "0.9.3", default-features = false }
1111
rustc_arena = { path = "../rustc_arena" }
1212
rustc_ast = { path = "../rustc_ast" }
1313
rustc_ast_pretty = { path = "../rustc_ast_pretty" }

0 commit comments

Comments
 (0)