Skip to content

Commit a496fa4

Browse files
Update minifier version
1 parent a64180f commit a496fa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2273,9 +2273,9 @@ dependencies = [
22732273

22742274
[[package]]
22752275
name = "minifier"
2276-
version = "0.0.42"
2276+
version = "0.0.43"
22772277
source = "registry+https://github.com/rust-lang/crates.io-index"
2278-
checksum = "55a1388517eda8a68875243b650c26997e055a33d82571b5a0349129faef7d99"
2278+
checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
22792279
dependencies = [
22802280
"macro-utils",
22812281
]

Diff for: 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.42"
14+
minifier = "0.0.43"
1515
rayon = "1.5.1"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)