mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
build(deps): bump winnow from 0.7.10 to 0.7.11 (#37399)
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.10 to 0.7.11. <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.11] - 2025-06-10</h2> <h3>Fixes</h3> <ul> <li>Remove a stackoverflow in <code>PartialEq</code> and <code>PartialOrd</code> with <code>Bytes</code> and <code>BStr</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1b571615f6
"><code>1b57161</code></a> chore: Release</li> <li><a href="d5b9208a6d
"><code>d5b9208</code></a> docs: Update changelog</li> <li><a href="01c8883d29
"><code>01c8883</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/793">#793</a> from epage/impl</li> <li><a href="9b31e4fc60
"><code>9b31e4f</code></a> fix(stream): Don't overflow stack on PartialEq/PartialOrd</li> <li><a href="cf65757a7e
"><code>cf65757</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/790">#790</a> from epage/template</li> <li><a href="c09c67e549
"><code>c09c67e</code></a> chore: Update from _rust/main template</li> <li><a href="271edc6a4c
"><code>271edc6</code></a> chore: Add zlib license</li> <li><a href="6acb890d7a
"><code>6acb890</code></a> chore(deps): Update Rust crate automod to v1.0.15 (<a href="https://redirect.github.com/winnow-rs/winnow/issues/27">#27</a>)</li> <li><a href="b8a7ea49d9
"><code>b8a7ea4</code></a> chore(deps): Update Rust Stable to v1.87 (<a href="https://redirect.github.com/winnow-rs/winnow/issues/18">#18</a>)</li> <li><a href="f9842b3b3f
"><code>f9842b3</code></a> chore: Avoid MSRV problems out of the box</li> <li>Additional commits viewable in <a href="https://github.com/winnow-rs/winnow/compare/v0.7.10...v0.7.11">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
7427ea4aed
commit
4381b39345
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -9531,9 +9531,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.7.10"
|
||||
version = "0.7.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
|
||||
checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue