-
Notifications
You must be signed in to change notification settings - Fork 245
Fix compilation errors from dependency upgrades (snapbox, toml_edit) #3998
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
Merged
Conversation
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
Copilot
AI
changed the title
[WIP] Bump all dependencies in the root directory
Fix compilation errors from dependency upgrades (snapbox, toml_edit)
Dec 5, 2025
60eb48c to
16f1c0b
Compare
Member
|
@copilot address the failing test and rebase the PR |
Contributor
Author
Merged the latest main branch changes in commit 42ee390. The compilation issues from the previous CI run were due to the workflow running on an older commit. The code now compiles successfully - verified |
Member
|
@copilot resolve merge conflicts |
Contributor
Author
Bumps the all-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dialoguer](https://github.com/console-rs/dialoguer) | `0.11.0` | `0.12.0` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.1` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.4.3` | `0.6.2` | | [snapbox](https://github.com/assert-rs/snapbox) | `0.4.17` | `0.6.23` | | [primitive-types](https://github.com/paritytech/parity-common) | `0.13.1` | `0.14.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.8` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.23.7` | | [base16ct](https://github.com/RustCrypto/formats) | `0.2.0` | `0.3.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.3` | | [derive_more](https://github.com/JelteF/derive_more) | `2.0.1` | `2.1.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` | | [insta](https://github.com/mitsuhiko/insta) | `1.44.1` | `1.44.3` | Updates `dialoguer` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/console-rs/dialoguer/releases) - [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md) - [Commits](console-rs/dialoguer@v0.11.0...v0.12.0) Updates `console` from 0.15.11 to 0.16.1 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.1) Updates `ctor` from 0.4.3 to 0.6.2 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `snapbox` from 0.4.17 to 0.6.23 - [Commits](assert-rs/snapbox@snapbox-v0.4.17...snapbox-v0.6.23) Updates `primitive-types` from 0.13.1 to 0.14.0 - [Commits](paritytech/parity-common@primitive-types-v0.13.1...ethbloom-v0.14.0) Updates `toml` from 0.8.23 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.8) Updates `toml_edit` from 0.22.27 to 0.23.7 - [Commits](toml-rs/toml@v0.22.27...v0.23.7) Updates `base16ct` from 0.2.0 to 0.3.0 - [Commits](RustCrypto/formats@base16ct/v0.2.0...base16ct/v0.3.0) Updates `indicatif` from 0.17.11 to 0.18.3 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.11...0.18.3) Updates `derive_more` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v2.0.1...v2.1.0) Updates `tracing` from 0.1.41 to 0.1.43 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43) Updates `insta` from 1.44.1 to 1.44.3 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.44.1...1.44.3) --- updated-dependencies: - dependency-name: dialoguer dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: console dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ctor dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: snapbox dependency-version: 0.6.23 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: primitive-types dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: toml_edit dependency-version: 0.23.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: base16ct dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: derive_more dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: insta dependency-version: 1.44.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: cptartur <52135326+cptartur@users.noreply.github.com>
0430d23 to
0febca1
Compare
cptartur
approved these changes
Dec 9, 2025
MKowalski8
approved these changes
Dec 10, 2025
franciszekjob
approved these changes
Dec 10, 2025
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.
Closes #
Introduced changes
Fixes breaking API changes introduced by dependency upgrades in the dependabot PR:
snapbox 0.4 → 0.6:
assert_matches(expected, actual)→assert_data_eq!(actual, expected)(parameter order swapped).stdout_matches()→.stdout_eq().stderr_matches()→.stderr_eq()cargo_binfunction (deprecated) →snapbox::cargo_binmacrotoml_edit 0.22 → 0.23:
ImDocument→Document(type renamed)Example of the snapbox migration:
Additional changes:
ctordependency from 0.6.2 to 0.6.3 to resolve merge conflicts with the dependabot base branchChecklist
CHANGELOG.md✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.