Skip to content

Commit 4a11936

Browse files
Update pulldown-cmark version to 0.9.5
1 parent 5bd5d21 commit 4a11936

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3005,11 +3005,11 @@ dependencies = [
30053005

30063006
[[package]]
30073007
name = "pulldown-cmark"
3008-
version = "0.9.3"
3008+
version = "0.9.5"
30093009
source = "registry+https://github.com/rust-lang/crates.io-index"
3010-
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
3010+
checksum = "80eb9f69aec5cd8828765a75f739383fbbe3e8b9d84370bde1cc90487700794a"
30113011
dependencies = [
3012-
"bitflags 1.3.2",
3012+
"bitflags 2.4.1",
30133013
"memchr",
30143014
"unicase",
30153015
]

compiler/rustc_resolve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags = "2.4.1"
9-
pulldown-cmark = { version = "0.9.3", default-features = false }
9+
pulldown-cmark = { version = "0.9.5", default-features = false }
1010
rustc_arena = { path = "../rustc_arena" }
1111
rustc_ast = { path = "../rustc_ast" }
1212
rustc_ast_pretty = { path = "../rustc_ast_pretty" }

0 commit comments

Comments
 (0)