-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): bump the everything-else group across 1 directory with 25 updates #8099
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ layer = "substrates" | |
| # editor copies every event through untouched except the ones it targets, so | ||
| # attribute order, namespace prefixes, and whitespace survive a round trip. | ||
| # A DOM re-serializer normalizes all three and would churn parts nobody edited. | ||
| quick-xml = "0.41" | ||
| quick-xml = "0.42" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 High · Migrate the OOXML parser before bumping quick-xml quick-xml 0.42 changes the name/attribute interfaces to strings and removes |
||
| # Pure-Rust PDF writer for the HTML-subset renderer. Uses the PDF standard-14 | ||
| # fonts, so no font files are vendored and no system fonts are read — the | ||
| # renderer stays hermetic. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 High · Migrate Rig before bumping it
rig-core0.42 exposesrig_core, while this crate importsrigthroughout; it also removesOneOrMany, whichrig_adapter.rsuses. As a result,ironclaw_llmno longer compiles. Keep 0.36 or include the required Rig migration in this change.