Skip to content
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

chore(deps): update rust - all minor and patch updates #193

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2024

This PR contains the following updates:

Package Type Update Change
pest (source) workspace.dependencies patch 2.7.11 -> 2.7.12
pest_derive (source) workspace.dependencies patch 2.7.11 -> 2.7.12
serde (source) workspace.dependencies patch 1.0.209 -> 1.0.210

Release Notes

pest-parser/pest (pest)

v2.7.12

Compare Source

What's Changed

Full Changelog: pest-parser/pest@v2.7.11...v2.7.12

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:

...
pest_derive = { version = "2.7", features = ["grammar-extras"] }
serde-rs/serde (serde)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 6, 2024
@renovate renovate bot requested a review from a team as a code owner September 6, 2024 16:52
@renovate renovate bot added the rust label Sep 6, 2024
@renovate renovate bot force-pushed the renovate/rust-all-minor-and-patch-updates branch from 21c89cb to 739a6e5 Compare September 6, 2024 19:05
@renovate renovate bot changed the title chore(deps): update rust - all minor and patch updates to 2.7.12 chore(deps): update rust - all minor and patch updates Sep 6, 2024
@mattdean-digicatapult mattdean-digicatapult merged commit 82759c5 into main Sep 9, 2024
8 checks passed
@renovate renovate bot deleted the renovate/rust-all-minor-and-patch-updates branch September 9, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant