Skip to content

Commit 9a31036

Browse files
Update minifier-rs version to 0.3.5
1 parent 8ed9c34 commit 9a31036

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
@@ -2303,9 +2303,9 @@ dependencies = [
23032303

23042304
[[package]]
23052305
name = "minifier"
2306-
version = "0.3.4"
2306+
version = "0.3.5"
23072307
source = "registry+https://github.com/rust-lang/crates.io-index"
2308-
checksum = "1cf47565b1430f5fe6c81d3afcb4b835271348d7eb35294a4d592e38dd09ea22"
2308+
checksum = "9bfdc64e2f805f3d12965f10522000bae36e88d2cfea44112331f467d4f4bf68"
23092309

23102310
[[package]]
23112311
name = "minimal-lexical"

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rinja = { version = "0.3", default-features = false, features = ["config"] }
1313
base64 = "0.21.7"
1414
itertools = "0.12"
1515
indexmap = "2"
16-
minifier = { version = "0.3.4", default-features = false }
16+
minifier = { version = "0.3.5", default-features = false }
1717
pulldown-cmark-old = { version = "0.9.6", package = "pulldown-cmark", default-features = false }
1818
regex = "1"
1919
rustdoc-json-types = { path = "../rustdoc-json-types" }

0 commit comments

Comments
 (0)