Skip to content

Commit 40a8ec1

Browse files
committed
compare: update xml5ever 0.35 -> 0.36
1 parent 8188346 commit 40a8ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compare/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99

1010
[dev-dependencies]
1111
criterion = { version = "0.7", features = ["html_reports"] }
12-
markup5ever = "0.35"
13-
# maybe_xml 0.11 regressed perfomance by x2, and because this was the fastest
12+
markup5ever = "0.36"
13+
# maybe_xml 0.11 regressed performance by x2, and because this was the fastest
1414
# XML parser, we keep benchmarking version 0.10 as well
1515
maybe_xml_0_10 = { version = "0.10", package = "maybe_xml" }
1616
maybe_xml = "0.11"
@@ -20,7 +20,7 @@ rusty_xml = { version = "0.3", package = "RustyXML" }
2020
serde-xml-rs = "0.8"
2121
xml_oxide = "0.3"
2222
xml-rs = "0.8"
23-
xml5ever = "0.35"
23+
xml5ever = "0.36"
2424
xmlparser = "0.13"
2525
# Do not use "derive" feature, because it slowdown compilation
2626
# See https://github.com/serde-rs/serde/pull/2588

0 commit comments

Comments
 (0)