Skip to content

Commit 4276626

Browse files
authored
Rollup merge of #93338 - GuillaumeGomez:update-minifier, r=notriddle
Update minifier crate version to 0.0.42 Some issues on the CSS minification. r? `@notriddle`
2 parents 253f64c + 91f3931 commit 4276626

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2298,9 +2298,9 @@ dependencies = [
22982298

22992299
[[package]]
23002300
name = "minifier"
2301-
version = "0.0.41"
2301+
version = "0.0.42"
23022302
source = "registry+https://github.com/rust-lang/crates.io-index"
2303-
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
2303+
checksum = "55a1388517eda8a68875243b650c26997e055a33d82571b5a0349129faef7d99"
23042304
dependencies = [
23052305
"macro-utils",
23062306
]

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
1111
askama = { version = "0.11", default-features = false, features = ["config"] }
1212
atty = "0.2"
1313
pulldown-cmark = { version = "0.9", default-features = false }
14-
minifier = "0.0.41"
14+
minifier = "0.0.42"
1515
rayon = "1.5.1"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)