chore(deps): update rust crate bon to v3.10.0 - #492
Merged
Conversation
|
PR author is in the excluded authors list. |
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.
This PR contains the following updates:
3.9.3→3.10.0Release Notes
elastio/bon (bon)
v3.10.0Compare Source
MSRV Update Notice
This release raises the minimum supported Rust version from
1.59.0to1.88.0. If you are on an older compiler, stay onbon@3.9.The new MSRV also comes with the deprecation of the
implied-boundscargo feature. Implied bounds are now added by default without any feature gate, so be sure to remove that feature from yourCargo.tomlif you have it enabled. It's currently a no-op, and it won't be removed until a major release, for which there are no plans yet.The MSRV bump comes from the
darling@0.24update, which is the first version that usessyn@3.0.Added
defaultswitch in theon(...)clause (#398). Thanks @ChrisJr404 for the contribution!Changed
1.88.0, move to the 2024 edition, update tosyn@3.0anddarling@0.24(#399)implied-boundscargo feature. Implied bounds are now generated by default (#399)Internal
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.