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

Update dependencies #294

Merged
merged 3 commits into from
Jul 28, 2024
Merged

Update dependencies #294

merged 3 commits into from
Jul 28, 2024

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Jul 28, 2024

This is the result of running cargo update and also updating dependencies identified by cargo outdated. Happily this results in a net reduction of dependencies.

The only code changes required were boxing errors from fancy-regex to reduce the size of error enums in rten-text, after clippy started warning about their size.

This is the result of running `cargo update`. The most notable change is that
image-webp replaced its `thiserror` dependency with `quick-error` [1].

[1] image-rs/image-webp#66
The hashing algorithm was changed in this version. The change seems to be
performance neutral.
After this update clippy began to warn about the size of the `TokenizerError`
enum due to changes in `fancy_regex::Error`. To resolve this, box the value.
@robertknight robertknight merged commit 789a266 into main Jul 28, 2024
2 checks passed
@robertknight robertknight deleted the update-deps branch July 28, 2024 06:58
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.

1 participant