diff options
| author | Lukas Markeffsky <@> | 2023-05-21 16:19:03 +0200 |
|---|---|---|
| committer | Lukas Markeffsky <@> | 2023-05-22 11:35:25 +0200 |
| commit | cb2ba42a10a4a4d5eaac7646a25e4586c83d61f6 (patch) | |
| tree | 500562cf5b135a754abe5c962a23f783698cf55f | |
| parent | 7ca94f241f11b0045ae405bed05a100c07b6f45b (diff) | |
| download | rust-cb2ba42a10a4a4d5eaac7646a25e4586c83d61f6.tar.gz rust-cb2ba42a10a4a4d5eaac7646a25e4586c83d61f6.zip | |
update pulldown-cmark to 0.9.3
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | compiler/rustc_resolve/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 04c804d19a4..45cf98c2667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2747,9 +2747,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" +checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" dependencies = [ "bitflags", "memchr", diff --git a/compiler/rustc_resolve/Cargo.toml b/compiler/rustc_resolve/Cargo.toml index 1c16d85f1b9..46da0aa2853 100644 --- a/compiler/rustc_resolve/Cargo.toml +++ b/compiler/rustc_resolve/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] bitflags = "1.2.1" -pulldown-cmark = { version = "0.9.2", default-features = false } +pulldown-cmark = { version = "0.9.3", default-features = false } rustc_arena = { path = "../rustc_arena" } rustc_ast = { path = "../rustc_ast" } rustc_ast_pretty = { path = "../rustc_ast_pretty" } |
