Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate winnow to 0.4.7 (#25)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [winnow](https://github.com/winnow-rs/winnow) | dependencies | patch
| `0.4.6` -> `0.4.7` |

---

### Release Notes

<details>
<summary>winnow-rs/winnow</summary>

###
[`v0.4.7`](https://github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#&#8203;047---2023-06-14)

[Compare
Source](https://github.com/winnow-rs/winnow/compare/v0.4.6...v0.4.7)

##### Performance

- Resolve a performance regression in `winnow::ascii:` parsers (any that
use `take_while`)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/zharinov/verver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent ba3011b commit d7264d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
winnow = "0.4.6"
winnow = "0.4.7"

[dev-dependencies]
rstest = "0.17.0"
Expand Down

0 comments on commit d7264d8

Please sign in to comment.