Update dependencies and improve whitespace handling in DOCX processing - #141
Merged
Conversation
- Bump `quick-xml` from 0.39 to 0.41 for improved XML handling. - Upgrade `zip` from version 2 to 8 to leverage new features and optimizations. - Update `skia-safe` from 0.93 to 0.99, addressing rendering changes and ensuring no API breaks. - Upgrade `pyo3` from 0.24 to 0.29 to maintain compatibility with Python extensions. - Bump `criterion` from 0.5 to 0.8 for enhanced benchmarking capabilities. - Update `lopdf` from 0.40 to 0.44 for improved PDF handling. - In `whitespace_workaround.rs`, explicitly annotate the type of `content` to avoid ambiguity caused by multiple `AsRef` implementations after dependency updates. - In `shape.rs`, modify the test for modifier and keycap sequences to assert that they occupy one cell instead of one glyph, reflecting changes in Skia's rendering behavior. Adjust assertions to ensure ligation is correctly validated based on width rather than glyph count.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump
quick-xmlfrom 0.39 to 0.41 for improved XML handling.Upgrade
zipfrom version 2 to 8 to leverage new features and optimizations.Update
skia-safefrom 0.93 to 0.99, addressing rendering changes and ensuring no API breaks.Upgrade
pyo3from 0.24 to 0.29 to maintain compatibility with Python extensions.Bump
criterionfrom 0.5 to 0.8 for enhanced benchmarking capabilities.Update
lopdffrom 0.40 to 0.44 for improved PDF handling.In
whitespace_workaround.rs, explicitly annotate the type ofcontentto avoid ambiguity caused by multipleAsRefimplementations after dependency updates.In
shape.rs, modify the test for modifier and keycap sequences to assert that they occupy one cell instead of one glyph, reflecting changes in Skia's rendering behavior. Adjust assertions to ensure ligation is correctly validated based on width rather than glyph count.