pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
214 stars 23 forks source link

`percent_encoding` becomes private in `url`>=2.0.0 #12

Closed pchampin closed 5 years ago

pchampin commented 5 years ago

...and the XML parser uses it, which prevents us from upgrading the dependency to url beyond 1.7.2. @althanos, could you please have look at it and see if we can get rid of this? Thanks in advance...

althonos commented 5 years ago

I don't think we need to use the exact same version as the url crate, so this could be resolved simply by adding percent-encoding as a dependency. PR on the way.