-
Notifications
You must be signed in to change notification settings - Fork 3
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 rust - all minor and patch updates #123
Update rust - all minor and patch updates #123
Conversation
This PR updates the following pallets - they may also require updates to their extrinsic weights: For the author and any reviewers:
For a guide on running benchmarks to update weights see calculating weights |
20bf72c
to
9caf644
Compare
08eb66e
to
91f7c58
Compare
91f7c58
to
54ca82a
Compare
21082fe
to
6e62440
Compare
6e62440
to
8bf638c
Compare
3e7faa8
to
2c42284
Compare
2c42284
to
ba13332
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
|
64b58c2
to
aa881f8
Compare
1c866c8
to
6040329
Compare
811ea7e
to
64febf3
Compare
64febf3
to
b54c9c3
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
4.4.12
->4.4.13
2.7.5
->2.7.6
2.7.5
->2.7.6
1.0.194
->1.0.195
0.24.1
->0.25.0
0.24.3
->0.25.3
Release Notes
clap-rs/clap (clap)
v4.4.13
Compare Source
Documentation
pest-parser/pest (pest)
v2.7.6
Compare Source
What's Changed
New Contributors
Full Changelog: pest-parser/pest@v2.7.5...v2.7.6
Warning: Semantic Versioning
Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated
Rule
enum.This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:
serde-rs/serde (serde)
v1.0.195
Compare Source
Peternator7/strum (strum)
v0.25.0
Breaking Changes
#261 Upgrade syn dependency to version 2. This bumps the msrv to
1.56. It's impractical to maintain a package where a core dependency of the ecosystem has a different msrv than this one.
270 Change the
to_string
behavior when usingdefault
. Now, whenusing
default
, thedisplay
method will return the display version of the value contained in the enum rather thanthe name of the variant.
If you want the old behavior, you can use the
to_string
attribute to override this behavior. See the PR for an example.268 Update the behavior of
EnumCount
to exclude variants that aredisabled
. This is a breaking change, but the behavior makes it more consistent with other methods.New Features
#257 This PR adds the
EnumIs
macro that automatically implementsis_{variant_name}
methods for each variant.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.