File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3005,11 +3005,11 @@ dependencies = [
30053005
30063006[[package ]]
30073007name = " pulldown-cmark"
3008- version = " 0.9.3 "
3008+ version = " 0.9.6 "
30093009source = " registry+https://github.com/rust-lang/crates.io-index"
3010- checksum = " 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 "
3010+ checksum = " 57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b "
30113011dependencies = [
3012- " bitflags 1.3.2 " ,
3012+ " bitflags 2.4.1 " ,
30133013 " memchr" ,
30143014 " unicase" ,
30153015]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
9- pulldown-cmark = { version = " 0.9.3 " , default-features = false }
9+ pulldown-cmark = { version = " 0.9.6 " , default-features = false }
1010rustc_arena = { path = " ../rustc_arena" }
1111rustc_ast = { path = " ../rustc_ast" }
1212rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
You can’t perform that action at this time.
0 commit comments