Skip to content

Update all the crates

Federico Mena Quintero requested to merge federico/librsvg:deps-update into main

Updated everything and adjusted for API changes.

As far as I can tell, the only missing update is cssparser, but it needs to be synchronized with selectors as the latter depends on the cssparser::ToCss trait and librsvg must also implement it for some types. I.e. those two crates need to be in sync.

Merge request reports