Skip to content

Commit d6666e2

Browse files
committedNov 1, 2023
Update minifier-rs version to 0.3.0
1 parent 6a66ca2 commit d6666e2

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
@@ -2454,9 +2454,9 @@ dependencies = [
24542454

24552455
[[package]]
24562456
name = "minifier"
2457-
version = "0.2.3"
2457+
version = "0.3.0"
24582458
source = "registry+https://github.com/rust-lang/crates.io-index"
2459-
checksum = "5394aa376422b4b2b6c02fd9cfcb657e4ec544ae98e43d7d5d785fd0d042fd6d"
2459+
checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
24602460

24612461
[[package]]
24622462
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.12", default-features = false, features = ["config"] }
1212
itertools = "0.10.1"
1313
indexmap = "2"
14-
minifier = "0.2.3"
14+
minifier = "0.3.0"
1515
once_cell = "1.10.0"
1616
regex = "1"
1717
rustdoc-json-types = { path = "../rustdoc-json-types" }

0 commit comments

Comments
 (0)