mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump winnow from 0.7.8 to 0.7.9 (#36813)
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.8 to 0.7.9. <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.9] - 2025-05-02</h2> <h3>Features</h3> <ul> <li>Add <code>ContextError::extend</code></li> <li>Add <code>Parser::context_with</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3c63944160
"><code>3c63944</code></a> chore: Release</li> <li><a href="6624b1eb80
"><code>6624b1e</code></a> docs: Update changelog</li> <li><a href="9142fd7870
"><code>9142fd7</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/781">#781</a> from epage/context_with</li> <li><a href="e850d3d1b0
"><code>e850d3d</code></a> feat(parser): Add Parser::context_with</li> <li><a href="98a5a24065
"><code>98a5a24</code></a> feat(error): Allow extending on ContextError</li> <li><a href="6741c2ba88
"><code>6741c2b</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/783">#783</a> from epage/template</li> <li><a href="14303e3b96
"><code>14303e3</code></a> style: Make clippy happy</li> <li><a href="3fa02d3520
"><code>3fa02d3</code></a> chore: Update from _rust/main template</li> <li><a href="97755b3c01
"><code>97755b3</code></a> chore(ci): Improve perf at the cost of coverage</li> <li>See full diff in <a href="https://github.com/winnow-rs/winnow/compare/v0.7.8...v0.7.9">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
37c680dae4
commit
46990cbe20
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -9195,9 +9195,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.7.8"
|
||||
version = "0.7.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e27d6ad3dac991091e4d35de9ba2d2d00647c5d0fc26c5496dee55984ae111b"
|
||||
checksum = "d9fb597c990f03753e08d3c29efbfcf2019a003b4bf4ba19225c158e1549f0f3"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue