mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
build(deps): bump winnow from 0.7.11 to 0.7.12 (#38011)
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.11 to 0.7.12. <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.12] - 2025-07-11</h2> <h3>Features</h3> <ul> <li>Add <code>impl Accumulate for VecDeque</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a0360f6fc0
"><code>a0360f6</code></a> chore: Release</li> <li><a href="15bc372c8d
"><code>15bc372</code></a> docs: Update changelog</li> <li><a href="6c193ed0ae
"><code>6c193ed</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/802">#802</a> from molarmanful/vecdeque-accumulate</li> <li><a href="5db615de45
"><code>5db615d</code></a> feat(stream): Implement Accumulate for VecDeque</li> <li><a href="f226010843
"><code>f226010</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/800">#800</a> from Kijewski/pr-chars</li> <li><a href="73ce9fabff
"><code>73ce9fa</code></a> Implement <code>\<&str as Stream>::next_token()</code> without panics</li> <li><a href="18f20ee310
"><code>18f20ee</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/796">#796</a> from epage/docs</li> <li><a href="fa51dd4d8d
"><code>fa51dd4</code></a> docs(ref): Clarify distinction between parse and parse_next</li> <li>See full diff in <a href="https://github.com/winnow-rs/winnow/compare/v0.7.11...v0.7.12">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>
This commit is contained in:
parent
f75d49e538
commit
d40e9f82a2
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -10150,9 +10150,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.7.11"
|
||||
version = "0.7.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
|
||||
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue