jonhoo / inferno

A Rust port of FlameGraph
Other
1.64k stars 117 forks source link

Upgrade quick-xml #325

Open jonhoo opened 1 month ago

jonhoo commented 1 month ago

We're way behind. At the time of writing, the latest is 0.36.0, and we're on 0.26.0!

A while back I opened a PR moving us to 0.27.0 (https://github.com/jonhoo/inferno/pull/282), but it languished since I was hesitant to do a major (read: breaking) release. As part of doing this upgrade, we should make quick-xml be a private dependency and not expose its error type directly, so that we don't run into this again in the future.