Update dependencies and use workspace dependencies#207
Update dependencies and use workspace dependencies#207SolidTux wants to merge 13 commits intorust-mobile:masterfrom
Conversation
|
Bumping semver compatible versions doesn't serve us anything except annoy anyone who's building with
It's hard to read because some are separated, but others are bundled in "some dependency updates" commit. I'd rather see separate PRs for individual breaking dependency upgrades that require code changes, commits won't - intentionally - persist after a squash-merge. |
|
Ok, will do that! |
This updates the dependencies. To simplify this and clean up the workspace, I moved the common dependencies to the workspace to avoid version mismatches.
The code adaptations are in separate commits, in case some of them are wrong or not wanted.
Currently missing because I don't know how to adapt to the breaking changes:
zip: this removedstart_file_alignedand I couldn't find where the functionality is nowquick-xml: this broke the serialization of the struct variants inCapabilities