File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2747,9 +2747,9 @@ dependencies = [
2747
2747
2748
2748
[[package ]]
2749
2749
name = " pulldown-cmark"
2750
- version = " 0.9.2 "
2750
+ version = " 0.9.3 "
2751
2751
source = " registry+https://github.com/rust-lang/crates.io-index"
2752
- checksum = " 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63 "
2752
+ checksum = " 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 "
2753
2753
dependencies = [
2754
2754
" bitflags" ,
2755
2755
" memchr" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
8
8
[dependencies ]
9
9
bitflags = " 1.2.1"
10
- pulldown-cmark = { version = " 0.9.2 " , default-features = false }
10
+ pulldown-cmark = { version = " 0.9.3 " , default-features = false }
11
11
rustc_arena = { path = " ../rustc_arena" }
12
12
rustc_ast = { path = " ../rustc_ast" }
13
13
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
You can’t perform that action at this time.
0 commit comments