File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2747,9 +2747,9 @@ dependencies = [
27472747
27482748[[package ]]
27492749name = " pulldown-cmark"
2750- version = " 0.9.2 "
2750+ version = " 0.9.3 "
27512751source = " registry+https://github.com/rust-lang/crates.io-index"
2752- checksum = " 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63 "
2752+ checksum = " 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 "
27532753dependencies = [
27542754 " bitflags" ,
27552755 " memchr" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77
88[dependencies ]
99bitflags = " 1.2.1"
10- pulldown-cmark = { version = " 0.9.2 " , default-features = false }
10+ pulldown-cmark = { version = " 0.9.3 " , default-features = false }
1111rustc_arena = { path = " ../rustc_arena" }
1212rustc_ast = { path = " ../rustc_ast" }
1313rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
You can’t perform that action at this time.
0 commit comments