rust
rust copied to clipboard
build(deps): update peg requirement from 0.6.3 to 0.8.4
Updates the requirements on peg to permit the latest version.
Release notes
Sourced from peg's releases.
0.8.4
Fixes
- Fix macro panic for parse error at end of
peg::parser!{ }specification (kevinmehall/rust-peg#376) by@kevinmehall- Fix handling of
r#raw idents (#378) by@A4-Tacksin kevinmehall/rust-peg#379Full Changelog: https://github.com/kevinmehall/rust-peg/compare/0.8.3...0.8.4
Commits
fc7d27fv0.8.48aa2de0Merge pull request #379 from A4-Tacks/fix-raw_ident_format_failede5c473aFix raw ident format to invalid ident (#378)d888952Don't panic on parse error at EOF in macro grammarffcead2v0.8.39dbd3ceTest and document patternifguards2fc1cadMerge pull request #374 from neocturne/inline45b32b2Allow inlining standard Parse* trait impls1b2da45Re-wrap Rust pattern in a Group08cb3b3Merge pull request #371 from A4-Tacks/master- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| peg | [>= 0.7.a, < 0.8] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
Superseded by #120.