diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-08-25 16:51:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 16:51:06 +0200 |
| commit | c6f7b1f3905eaa2f52571ff6c0688d68332c6d09 (patch) | |
| tree | 849e95818a8dd7062113eb968d75db8a6af3a238 /src | |
| parent | 9c59e97dedcbeb747fb34a849ce445d836424f04 (diff) | |
| parent | c36b5634cfde381fda497f71602158ce2c27ae5e (diff) | |
Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddle
Update minifier to 0.3.1 It adds support for escaped characters. PR is https://github.com/GuillaumeGomez/minifier-rs/pull/111. r? ````@notriddle````
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index b3fccbf6456..34332de80b3 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -12,7 +12,7 @@ rinja = { version = "0.3", default-features = false, features = ["config"] } base64 = "0.21.7" itertools = "0.12" indexmap = "2" -minifier = "0.3.0" +minifier = "0.3.1" pulldown-cmark-old = { version = "0.9.6", package = "pulldown-cmark", default-features = false } regex = "1" rustdoc-json-types = { path = "../rustdoc-json-types" } |
