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 cargo pre-1.0 packages (minor) #1710

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
apollo-parser workspace.dependencies minor 0.5 -> 0.6
termimad workspace.dependencies minor 0.23 -> 0.24

Release Notes

apollographql/apollo-rs (apollo-parser)

v0.6.0

Compare Source

Features
  • zero-alloc lexer - allancalix, pull/322
    Rewrites the lexer to avoid allocating for each token. Synthetic benchmarks
    show about a 25% performance improvement to the parser as a whole.
Fixes
  • fix token limit edge case - goto-bus-stop, pull/619, issue/610
    token_limit now includes the EOF token. In the past you could get
    token_limit + 1 tokens out of the lexer if the token at the limit was the
    EOF token, but now it really always stops at token_limit.

  • create EOF token with empty data - allancalix, pull/591
    Makes consuming the token stream's data produce an identical string to the
    original input of the lexer.

Canop/termimad (termimad)

v0.24.1

  • attribute parsing support RapidBlink and SlowBlink
  • better error reporting on parsing invalid grey level

v0.24.0

  • gray panicking on out of range level has been changed to a silent clamping
  • skin now deserializable with serde
  • several utilities to parse colors and style elements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update rust crate termimad to 0.24 chore(deps): update cargo pre-1.0 packages (minor) Aug 18, 2023
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 851f840 to b78912d Compare August 18, 2023 12:52
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from b78912d to 249fd08 Compare August 18, 2023 14:31
@EverlastingBugstopper EverlastingBugstopper merged commit baa19a4 into main Aug 18, 2023
@EverlastingBugstopper EverlastingBugstopper deleted the renovate/cargo-all-pre-1.0 branch August 18, 2023 14:46
@EverlastingBugstopper EverlastingBugstopper added this to the v0.18.1 milestone Aug 18, 2023
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