File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ edition = "2021"
99
1010[dev-dependencies ]
1111criterion = { 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
1515maybe_xml_0_10 = { version = " 0.10" , package = " maybe_xml" }
1616maybe_xml = " 0.11"
@@ -20,7 +20,7 @@ rusty_xml = { version = "0.3", package = "RustyXML" }
2020serde-xml-rs = " 0.8"
2121xml_oxide = " 0.3"
2222xml-rs = " 0.8"
23- xml5ever = " 0.35 "
23+ xml5ever = " 0.36 "
2424xmlparser = " 0.13"
2525# Do not use "derive" feature, because it slowdown compilation
2626# See https://github.com/serde-rs/serde/pull/2588
You can’t perform that action at this time.
0 commit comments