build(deps): bump winnow from 0.7.12 to 0.7.13 (#38882)

Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.12 to
0.7.13.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md">winnow's
changelog</a>.</em></p>
<blockquote>
<h2>[0.7.13] - 2025-08-22</h2>
<h3>Features</h3>
<ul>
<li>Allow accumulating <code>String</code> into <code>String</code></li>
<li>Allow accumulating <code>Cow&lt;str&gt;</code> into
<code>String</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="79b3941c2d"><code>79b3941</code></a>
chore: Release</li>
<li><a
href="dd977290c3"><code>dd97729</code></a>
docs: Update changelog</li>
<li><a
href="fa07b8b87f"><code>fa07b8b</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/817">#817</a>
from lu-zero/accumulate-to-string</li>
<li><a
href="36d52b3a70"><code>36d52b3</code></a>
feat(stream): Generalize Accumulate for String</li>
<li><a
href="dd6b4b64f7"><code>dd6b4b6</code></a>
docs: Update changelog</li>
<li><a
href="6f70deddc1"><code>6f70ded</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/805">#805</a>
from pingshuijie/main</li>
<li><a
href="192293d5d8"><code>192293d</code></a>
docs: remove redundant word</li>
<li>See full diff in <a
href="https://github.com/winnow-rs/winnow/compare/v0.7.12...v0.7.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winnow&package-manager=cargo&previous-version=0.7.12&new-version=0.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-23 00:42:59 +00:00 committed by GitHub
parent da6000f3a2
commit 4c61c7a045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -10516,9 +10516,9 @@ dependencies = [
[[package]]
name = "winnow"
version = "0.7.12"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
dependencies = [
"memchr",
]