Skip to content

Commit 87ae477

Browse files
Update minifier version to 0.2.3
1 parent 09eff44 commit 87ae477

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
@@ -2418,9 +2418,9 @@ dependencies = [
24182418

24192419
[[package]]
24202420
name = "minifier"
2421-
version = "0.2.2"
2421+
version = "0.2.3"
24222422
source = "registry+https://github.com/rust-lang/crates.io-index"
2423-
checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
2423+
checksum = "5394aa376422b4b2b6c02fd9cfcb657e4ec544ae98e43d7d5d785fd0d042fd6d"
24242424

24252425
[[package]]
24262426
name = "minimal-lexical"

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
arrayvec = { version = "0.7", default-features = false }
1111
askama = { version = "0.12", default-features = false, features = ["config"] }
1212
itertools = "0.10.1"
13-
minifier = "0.2.2"
13+
minifier = "0.2.3"
1414
once_cell = "1.10.0"
1515
regex = "1"
1616
rustdoc-json-types = { path = "../rustdoc-json-types" }

0 commit comments

Comments
 (0)