diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-08 17:47:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 17:47:44 +0000 |
commit | 867711c6b9da3168f9803c5678093ff7a3a74a2f (patch) | |
tree | f41d291827cbc1d35e118168645cb0dca26dce01 /components/script_bindings/codegen/CodegenRust.py | |
parent | 44acdf0b82b502c144214ac0511c0d872efc6366 (diff) | |
download | servo-867711c6b9da3168f9803c5678093ff7a3a74a2f.tar.gz servo-867711c6b9da3168f9803c5678093ff7a3a74a2f.zip |
build(deps): bump winnow from 0.7.4 to 0.7.6 (#36407)
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.4 to 0.7.6.
<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.6] - 2025-04-07</h2>
<h3>Features</h3>
<ul>
<li>Add <code>TokenSlice::previous_tokens</code></li>
</ul>
<h2>[0.7.5] - 2025-04-07</h2>
<h3>Features</h3>
<ul>
<li>Add <code>Stream::next_slice_unchecked</code> and
<code>Stream::peek_slice_unchecked</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/winnow-rs/winnow/commit/1c31fde9d42d1b4ac5d6ebb7748f76bfb5a2ac59"><code>1c31fde</code></a>
chore: Release</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/9b42e02de668c8ab56da5dfe702856a3a5c03abe"><code>9b42e02</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/35f6c04aeda98a9a1282e3dd6e1517ed1fb589e1"><code>35f6c04</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/765">#765</a>
from epage/prev</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/0055561a03e61ab2d10ccd3a487dd08c44c38c2c"><code>0055561</code></a>
feat(stream): Add access to previous tokens</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/85cef7e0f85c581c0a095d2bcb3e06fa9ead149f"><code>85cef7e</code></a>
chore: Release</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/5886515d134b66d21c6b0aa7358e76a7400bf56f"><code>5886515</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/582d2538752ee540b22aa65e02b4ffb67629b2b2"><code>582d253</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/764">#764</a>
from epage/unchecked</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/3b13a4ffce041c93eee4f05ab9120d1b5ff6a2dc"><code>3b13a4f</code></a>
feat(stream): Allow unchecked slicing</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/38458d280eb67c33859eecdefc281708c328d315"><code>38458d2</code></a>
refactor(stream): Simplify peek_slice</li>
<li><a
href="https://github.com/winnow-rs/winnow/commit/a5345d58c5d3511646ac49080eaf45e444405d31"><code>a5345d5</code></a>
Merge pull request <a
href="https://redirect.github.com/winnow-rs/winnow/issues/760">#760</a>
from epage/repeat</li>
<li>Additional commits viewable in <a
href="https://github.com/winnow-rs/winnow/compare/v0.7.4...v0.7.6">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Diffstat (limited to 'components/script_bindings/codegen/CodegenRust.py')
0 files changed, 0 insertions, 0 deletions