This was a release focusing mostly on trimming dependencies and keeping dependencies up-to-date:
- Switched XML parsing from
xml2json-rstoquick-xml.xml2json-rswas based on an older version ofquick-xmlthat was not up-to-date - The gron parser and serializer has been completely rewritten using
serde_json. TheressaandresastJavaScript parsers were dropped. This leads to smaller binaries. - Bumped the YAML parser (
serde-saphyr-> 0.0.26). - Bumped the toml parser (
toml-> 1.1.2).