diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-11-01 21:40:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 21:40:06 +0100 |
| commit | effc27dea4c5b2710bf8e49b8c4cbb641ee05e90 (patch) | |
| tree | 9afcb16e804126b5095d6b216927cc979e9d7918 /src | |
| parent | 4e437be0441cb5d26f7fa6c2bfc40f3b2aee30a6 (diff) | |
| parent | d6666e2ccc0dd319c114348034ad044aefbf0512 (diff) | |
| download | rust-effc27dea4c5b2710bf8e49b8c4cbb641ee05e90.tar.gz rust-effc27dea4c5b2710bf8e49b8c4cbb641ee05e90.zip | |
Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle
Update minifier-rs version to 0.3.0 It fixes https://github.com/GuillaumeGomez/minifier-rs/issues/105. 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 0e01c100f9c..f3917b978df 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false } askama = { version = "0.12", default-features = false, features = ["config"] } itertools = "0.10.1" indexmap = "2" -minifier = "0.2.3" +minifier = "0.3.0" once_cell = "1.10.0" regex = "1" rustdoc-json-types = { path = "../rustdoc-json-types" } |
