mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Update minifier version
This commit is contained in:
parent
a64180f67f
commit
a496fa4fc1
@ -2273,9 +2273,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "minifier"
|
||||
version = "0.0.42"
|
||||
version = "0.0.43"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55a1388517eda8a68875243b650c26997e055a33d82571b5a0349129faef7d99"
|
||||
checksum = "d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
|
||||
dependencies = [
|
||||
"macro-utils",
|
||||
]
|
||||
|
@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
|
||||
askama = { version = "0.11", default-features = false, features = ["config"] }
|
||||
atty = "0.2"
|
||||
pulldown-cmark = { version = "0.9", default-features = false }
|
||||
minifier = "0.0.42"
|
||||
minifier = "0.0.43"
|
||||
rayon = "1.5.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user