Skip to content

Commit 6e9a94a

Browse files
authored
Rollup merge of #82767 - GuillaumeGomez:update-minifier-crate-version, r=jyn514
Update minifier dependency version Very small PR simply upgrading the minifier-rs version we use in rustdoc. Some details might be useful: there were a few bug fixes and a lot of cleanup/code improvements. r? `@camelid`
2 parents 3114e2b + 6052211 commit 6e9a94a

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
@@ -2214,9 +2214,9 @@ dependencies = [
22142214

22152215
[[package]]
22162216
name = "minifier"
2217-
version = "0.0.33"
2217+
version = "0.0.39"
22182218
source = "registry+https://github.com/rust-lang/crates.io-index"
2219-
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
2219+
checksum = "6cdf618de5c9c98d4a7b2e0d1f1e44f82a19196cfd94040bb203621c25d28d98"
22202220
dependencies = [
22212221
"macro-utils",
22222222
]

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
[dependencies]
1111
arrayvec = { version = "0.5.1", default-features = false }
1212
pulldown-cmark = { version = "0.8", default-features = false }
13-
minifier = "0.0.33"
13+
minifier = "0.0.39"
1414
rayon = { version = "0.3.0", package = "rustc-rayon" }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"

0 commit comments

Comments
 (0)