Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version of dependency "webmention" #3711

Merged
merged 1 commit into from Jul 25, 2023
Merged

Conversation

googleben
Copy link
Contributor

Webmention .4->.5 bumps a few internal dependencies that needed to be upgraded, including old versions of nom and xml5ever that would be incompatible with future versions of Rust. There's not really any other changes in webmention (see here for details) so should be no problems. This PR fixes the following 2-line warning at the end of builds:

warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2, xml5ever v0.16.2
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`

This also has the nice effect of unifying the versions needed for a good few dependencies, hence the deletions in Cargo.lock.

Webmention .4->.5 bumps a few internal dependencies that needed to be upgraded
@dessalines dessalines merged commit 95e758e into LemmyNet:main Jul 25, 2023
1 check passed
Nutomic pushed a commit that referenced this pull request Jul 26, 2023
Webmention .4->.5 bumps a few internal dependencies that needed to be upgraded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants