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:
0.14.0
->0.14.2
2.7.11
->2.7.13
1.0.121
->1.0.128
0.6.18
->0.6.20
Release Notes
maciejhirsz/logos (logos)
v0.14.2
: - Optionalforbid_unsafe
feature, fuzzing, book, and more!Compare Source
What's Changed
forbid_unsafe
feature to disable unsafe code by @davidkern in https://github.com/maciejhirsz/logos/pull/413New Contributors
Full Changelog: maciejhirsz/logos@v0.14.1...v0.14.2
v0.14.1
: 0.14.1 - Debug feature and fixesWhat's Changed
Lexer::clone
leak and UB + tests by @Jakobeha in https://github.com/maciejhirsz/logos/pull/390New Contributors
Full Changelog: maciejhirsz/logos@v0.14...v0.14.1
pest-parser/pest (pest)
v2.7.13
Compare Source
What's Changed
New Contributors
Full Changelog: pest-parser/pest@v2.7.12...v2.7.13
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:
v2.7.12
Compare Source
What's Changed
pest_derive
without std under a workspace in Windows by @tomtau in https://github.com/pest-parser/pest/pull/1034Full 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:
serde-rs/json (serde_json)
v1.0.128
Compare Source
v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)winnow-rs/winnow (winnow)
v0.6.20
Compare Source
Internal
v0.6.19
Compare Source
Features
Located::reset_to_start
for parsing encoded graphs with start-relative pointersConfiguration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.