Skip to content

Commit 29437d9

Browse files
authored
Rollup merge of #97358 - GuillaumeGomez:update-minifier, r=Dylan-DPC
Update minifier-rs version to 0.1.0 It fixes a bug with regex parsing. r? `@notriddle`
2 parents b66cf9f + 00a380c commit 29437d9

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

Cargo.lock

+2-11
Original file line numberDiff line numberDiff line change
@@ -2224,12 +2224,6 @@ version = "0.1.1"
22242224
source = "registry+https://github.com/rust-lang/crates.io-index"
22252225
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
22262226

2227-
[[package]]
2228-
name = "macro-utils"
2229-
version = "0.1.3"
2230-
source = "registry+https://github.com/rust-lang/crates.io-index"
2231-
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
2232-
22332227
[[package]]
22342228
name = "maplit"
22352229
version = "1.0.2"
@@ -2361,12 +2355,9 @@ dependencies = [
23612355

23622356
[[package]]
23632357
name = "minifier"
2364-
version = "0.0.43"
2358+
version = "0.1.0"
23652359
source = "registry+https://github.com/rust-lang/crates.io-index"
2366-
checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
2367-
dependencies = [
2368-
"macro-utils",
2369-
]
2360+
checksum = "7071d17e2898e134cabf624f43cdefa0cedf57c739e964df3d0df9d028701a72"
23702361

23712362
[[package]]
23722363
name = "minimal-lexical"

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.43"
14+
minifier = "0.1.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
smallvec = "1.6.1"

0 commit comments

Comments
 (0)