crypto-com / defi-wallet-core-rs

Cross-platform, cross-blockchain wallet library in Rust for DeFi Wallet and other applications.
Other
48 stars 16 forks source link

Bump pest_derive from 2.5.4 to 2.5.5 #822

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pest_derive from 2.5.4 to 2.5.5.

Release notes

Sourced from pest_derive's releases.

v2.5.5

What's Changed

New Contributors

Full Changelog: https://github.com/pest-parser/pest/compare/v2.5.4...v2.5.5

Warning: Semantic Versioning

The "fast-col-line" feature was removed, because it's superseded by the line_col method on Pairs (which has a better or similar performance): pest-parser/pest#785

Note that the rustdoc support in 2.5.4: pest-parser/pest#765 was a semver-breaking change even though it was 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 is a known issue and will be fixed in the future (e.g. by increasing MSRV and non_exhaustive annotations).

Commits
  • 2562356 chore: added docs for semver changes in grammar + remove fast-col-line (#787)
  • 14d3ce5 Add LineIndex instead of Pairs::move_cursor for improve Pairs::next and...
  • 5fae3b9 Update validator for ignore Rule::line_doc for fix #781 "already defined" e...
  • 90aa0c8 Feature: Simple update checker for pest_debugger (#779)
  • f6776a5 fix: typo in pest_debugger (#780)
  • See full diff in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Base: 43.10% // Head: 43.10% // No change to project coverage :thumbsup:

Coverage data is based on head (395ff31) compared to base (16f38fa). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #822 +/- ## ======================================= Coverage 43.10% 43.10% ======================================= Files 48 48 Lines 9135 9135 ======================================= Hits 3938 3938 Misses 5197 5197 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crypto-com). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=crypto-com)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.