Skip to content

Commit a6b0b5d

Browse files
Upgrade minifier version to 0.0.41
1 parent 5ab0f37 commit a6b0b5d

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
@@ -2195,9 +2195,9 @@ dependencies = [
21952195

21962196
[[package]]
21972197
name = "minifier"
2198-
version = "0.0.39"
2198+
version = "0.0.41"
21992199
source = "registry+https://github.com/rust-lang/crates.io-index"
2200-
checksum = "6cdf618de5c9c98d4a7b2e0d1f1e44f82a19196cfd94040bb203621c25d28d98"
2200+
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
22012201
dependencies = [
22022202
"macro-utils",
22032203
]

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.7", default-features = false }
1212
pulldown-cmark = { version = "0.8", default-features = false }
13-
minifier = "0.0.39"
13+
minifier = "0.0.41"
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)