File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3005,11 +3005,11 @@ dependencies = [
3005
3005
3006
3006
[[package ]]
3007
3007
name = " pulldown-cmark"
3008
- version = " 0.9.3 "
3008
+ version = " 0.9.5 "
3009
3009
source = " registry+https://github.com/rust-lang/crates.io-index"
3010
- checksum = " 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 "
3010
+ checksum = " 80eb9f69aec5cd8828765a75f739383fbbe3e8b9d84370bde1cc90487700794a "
3011
3011
dependencies = [
3012
- " bitflags 1.3.2 " ,
3012
+ " bitflags 2.4.1 " ,
3013
3013
" memchr" ,
3014
3014
" unicase" ,
3015
3015
]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags = " 2.4.1"
9
- pulldown-cmark = { version = " 0.9.3 " , default-features = false }
9
+ pulldown-cmark = { version = " 0.9.5 " , default-features = false }
10
10
rustc_arena = { path = " ../rustc_arena" }
11
11
rustc_ast = { path = " ../rustc_ast" }
12
12
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
You can’t perform that action at this time.
0 commit comments