mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump winnow from 0.7.7 to 0.7.8 (#36797)
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.7 to 0.7.8. <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.8] - 2025-05-01</h2> <h3>Features</h3> <ul> <li>Add <code>ContextError::push</code></li> <li>Add <code>Parser::map_err</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="37a4d87fa8
"><code>37a4d87</code></a> chore: Release</li> <li><a href="4118ce205f
"><code>4118ce2</code></a> docs: Update changelog</li> <li><a href="ffdedc9661
"><code>ffdedc9</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/780">#780</a> from epage/map_err</li> <li><a href="3874036f81
"><code>3874036</code></a> feat(parser): Add Parser::map_err</li> <li><a href="c410dcf7d5
"><code>c410dcf</code></a> feat(error): Add ErrorContext::push</li> <li><a href="54841c5cff
"><code>54841c5</code></a> docs: Link Parser::context to tutorial</li> <li><a href="34f5bea3e3
"><code>34f5bea</code></a> docs: Provide example for Parser::context</li> <li><a href="e2b8d4d1de
"><code>e2b8d4d</code></a> Merge pull request <a href="https://redirect.github.com/winnow-rs/winnow/issues/776">#776</a> from epage/docs</li> <li><a href="e7bbb38777
"><code>e7bbb38</code></a> docs: Link to lexing topic when its discussed</li> <li><a href="eff8b93812
"><code>eff8b93</code></a> docs(tutorial): Be explicit in what we mean by tokens</li> <li>Additional commits viewable in <a href="https://github.com/winnow-rs/winnow/compare/v0.7.7...v0.7.8">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
3648525fe8
commit
507a38ab37
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.7"
|
||||
version = "0.7.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5"
|
||||
checksum = "9e27d6ad3dac991091e4d35de9ba2d2d00647c5d0fc26c5496dee55984ae111b"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue