about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-09 19:44:51 +0100
committerGitHub <noreply@github.com>2025-02-09 19:44:51 +0100
commit370c8afa10438dd8eb70dcb4040152b1cb8395ff (patch)
tree3d178770ac776bb975e3424fbafaaff706a2c33a /src/librustdoc
parenta2768a8b799103d7057c181119d648891d2610a8 (diff)
parenta3a9c28ba1100e1e9dd157889850c51078659df2 (diff)
downloadrust-370c8afa10438dd8eb70dcb4040152b1cb8395ff.tar.gz
rust-370c8afa10438dd8eb70dcb4040152b1cb8395ff.zip
Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddle
Update minifier version to `0.3.4`

It fixes a bug where a whitespace would get removed in `a [attribute]` (you're not forced to add a tag before an attribute selector).

r? ````@notriddle````
Diffstat (limited to 'src/librustdoc')
-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 d9bd11267da..c593cdcbcd2 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -13,7 +13,7 @@ rinja = { version = "0.3", default-features = false, features = ["config"] }
 base64 = "0.21.7"
 itertools = "0.12"
 indexmap = "2"
-minifier = { version = "0.3.2", default-features = false }
+minifier = { version = "0.3.4", default-features = false }
 pulldown-cmark-old = { version = "0.9.6", package = "pulldown-cmark", default-features = false }
 regex = "1"
 rustdoc-json-types = { path = "../rustdoc-json-types" }