Update Rust crate sscanf to 0.3.1 - autoclosed #5

Closed
kjuulh wants to merge 1 commits from renovate/sscanf-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
sscanf dependencies minor 0.2.1 -> 0.3.1

Release Notes

mich101mich/sscanf

v0.3.1

Compare Source

v0.3.0

Compare Source

Improved the performance by no longer relying on one HashMap<String,...> lookup per returned type, but using the Regex capture index instead. This requires consistent indexing, which results in a

Minor breaking change

for anyone using a custom RegexRepresentation implementation or the {:/regex/} option syntax, because those can no longer contain ( ) without un-regex-grouping them by writing (?: ) instead.

v0.2.2

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sscanf](https://github.com/mich101mich/sscanf) | dependencies | minor | `0.2.1` -> `0.3.1` | --- ### Release Notes <details> <summary>mich101mich/sscanf</summary> ### [`v0.3.1`](https://github.com/mich101mich/sscanf/compare/0.3.0...0.3.1) [Compare Source](https://github.com/mich101mich/sscanf/compare/0.3.0...0.3.1) ### [`v0.3.0`](https://github.com/mich101mich/sscanf/releases/tag/0.3.0) [Compare Source](https://github.com/mich101mich/sscanf/compare/0.2.2...0.3.0) Improved the performance by no longer relying on one `HashMap<String,...>` lookup per returned type, but using the Regex capture index instead. This requires consistent indexing, which results in a **Minor breaking change** for anyone using a custom `RegexRepresentation` implementation or the `{:/regex/}` option syntax, because those can no longer contain `( )` without un-regex-grouping them by writing `(?: )` instead. ### [`v0.2.2`](https://github.com/mich101mich/sscanf/compare/0.2.1...0.2.2) [Compare Source](https://github.com/mich101mich/sscanf/compare/0.2.1...0.2.2) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-26 09:18:59 +02:00
kjuulh changed title from Update Rust crate sscanf to 0.3.1 to Update Rust crate sscanf to 0.3.1 - autoclosed 2022-10-27 08:31:57 +02:00
kjuulh closed this pull request 2022-10-27 08:31:57 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/sqlite-clone#5
No description provided.