about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-07-27 11:52:58 +0900
committerGitHub <noreply@github.com>2022-07-27 11:52:58 +0900
commitf8f07dece708e61cc18eb6806cfc5d1642e44e57 (patch)
treed4d6f0566aa6f3bc184d23dc9c015ceac7550c9d /src
parenta76f2fe66e584af3c63bcd48905f5fd4c8566c23 (diff)
parent7f78a9acc5a94d72f7ed9938317f4377eadb43df (diff)
downloadrust-f8f07dece708e61cc18eb6806cfc5d1642e44e57.tar.gz
rust-f8f07dece708e61cc18eb6806cfc5d1642e44e57.zip
Rollup merge of #99771 - GuillaumeGomez:update-pulldown-cmark, r=Urgau
Update pulldown-cmark version to 0.9.2 (fixes url encoding for some chars)

Fixes https://github.com/rust-lang/rust/issues/97125.

r? ``@Dylan-DPC``
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml
index 0bd72625f15..ddaa7438e17 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -10,7 +10,7 @@ path = "lib.rs"
 arrayvec = { version = "0.7", default-features = false }
 askama = { version = "0.11", default-features = false, features = ["config"] }
 atty = "0.2"
-pulldown-cmark = { version = "0.9", default-features = false }
+pulldown-cmark = { version = "0.9.2", default-features = false }
 minifier = "0.2.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"