mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
build(deps): bump futures-lite from 2.6.0 to 2.6.1 (#38485)
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/futures-lite/releases">futures-lite's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <ul> <li>Fix docs for <code>once_future</code> and <code>stop_after_future</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/131">#131</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md">futures-lite's changelog</a>.</em></p> <blockquote> <h1>Version 2.6.1</h1> <ul> <li>Fix docs for <code>once_future</code> and <code>stop_after_future</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/131">#131</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="226ce18976
"><code>226ce18</code></a> v2.6.1</li> <li><a href="3444c7a2f8
"><code>3444c7a</code></a> docs: Fix <code>stop_after_future</code> link and <code>once_future</code> description (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/131">#131</a>)</li> <li><a href="d608d08310
"><code>d608d08</code></a> Some alloc-related cleanup (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/130">#130</a>)</li> <li><a href="077e1c1a5e
"><code>077e1c1</code></a> Switch to unconditional no_std attribute (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/128">#128</a>)</li> <li><a href="5c196b9516
"><code>5c196b9</code></a> docs: Enable doc_auto_cfg on docs.rs (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/125">#125</a>)</li> <li><a href="64dbe9e4ec
"><code>64dbe9e</code></a> ci: Use reusable workflows for fmt and security_audit</li> <li>See full diff in <a href="https://github.com/smol-rs/futures-lite/compare/v2.6.0...v2.6.1">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
961a83c905
commit
fe2c901498
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2842,9 +2842,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|||
|
||||
[[package]]
|
||||
name = "futures-lite"
|
||||
version = "2.6.0"
|
||||
version = "2.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
||||
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"futures-core",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue