mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #28989 - servo:dependabot/cargo/tokio-stream-0.1.10, r=jdm
Bump tokio-stream from 0.1.9 to 0.1.10 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10. <details> <summary>Commits</summary> <ul> <li><a href="d69e5bebf1
"><code>d69e5be</code></a> chore: release tokio-stream 0.1.10 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5028">#5028</a>)</li> <li><a href="0b92f80a65
"><code>0b92f80</code></a> rt: rm internal <code>Unpark</code> types for Handle types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5027">#5027</a>)</li> <li><a href="cba5c1009e
"><code>cba5c10</code></a> rt: move driver unpark out of multi-thread parker (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5026">#5026</a>)</li> <li><a href="cdd6eeaf70
"><code>cdd6eea</code></a> rt: update MultiThread to use its own Handle (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5025">#5025</a>)</li> <li><a href="2effa7ff8a
"><code>2effa7f</code></a> rt: update CurrentThread to use its own Handle (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5023">#5023</a>)</li> <li><a href="ebeb78ed40
"><code>ebeb78e</code></a> rt: split internal runtime::Handle concerns (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5022">#5022</a>)</li> <li><a href="b5709baa91
"><code>b5709ba</code></a> rt: add <code>rng_seed</code> option to <code>runtime::Builder</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4910">#4910</a>)</li> <li><a href="9e02759779
"><code>9e02759</code></a> rt: create driver::Handle struct (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5018">#5018</a>)</li> <li><a href="198e2d8e79
"><code>198e2d8</code></a> rt: rename internal <code>runtime::Kind</code> to <code>Scheduler</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5017">#5017</a>)</li> <li><a href="57e08e7147
"><code>57e08e7</code></a> chore: remove println from tests (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5015">#5015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.9...tokio-stream-0.1.10">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 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>
This commit is contained in:
commit
7d5441f581
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6782,9 +6782,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite 0.2.8",
|
"pin-project-lite 0.2.8",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue