mirror of
https://github.com/servo/servo.git
synced 2025-07-15 19:33:46 +01:00
build(deps): bump async-channel from 2.3.1 to 2.4.0 (#37858)
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.3.1 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/async-channel/releases">async-channel's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <ul> <li>Add <code>Sender::same_channel()</code> and <code>Receiver::same_channel()</code>. (<a href="https://redirect.github.com/smol-rs/async-channel/issues/98">#98</a>)</li> <li>Add <code>portable-atomic</code> feature to support platforms without atomics. (<a href="https://redirect.github.com/smol-rs/async-channel/issues/106">#106</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md">async-channel's changelog</a>.</em></p> <blockquote> <h1>Version 2.4.0</h1> <ul> <li>Add <code>Sender::same_channel()</code> and <code>Receiver::same_channel()</code>. (<a href="https://redirect.github.com/smol-rs/async-channel/issues/98">#98</a>)</li> <li>Add <code>portable-atomic</code> feature to support platforms without atomics. (<a href="https://redirect.github.com/smol-rs/async-channel/issues/106">#106</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c250f2822a
"><code>c250f28</code></a> Release 2.4.0 (<a href="https://redirect.github.com/smol-rs/async-channel/issues/108">#108</a>)</li> <li><a href="c950c6e781
"><code>c950c6e</code></a> Fix description of <code>recv_blocking</code> (<a href="https://redirect.github.com/smol-rs/async-channel/issues/107">#107</a>)</li> <li><a href="9a963172f0
"><code>9a96317</code></a> Support portable atomic (<a href="https://redirect.github.com/smol-rs/async-channel/issues/106">#106</a>)</li> <li><a href="3ce79379bc
"><code>3ce7937</code></a> Fix clippy::needless_lifetimes warning</li> <li><a href="e4132e3d9b
"><code>e4132e3</code></a> ci: Use reusable workflows for fmt and security_audit</li> <li><a href="43459d1818
"><code>43459d1</code></a> ci: Use "v2.0.0" branch for audit check</li> <li><a href="1623170abe
"><code>1623170</code></a> Fix grammar in description of <code>WeakSender</code> and <code>WeakReceiver</code></li> <li><a href="74b2c749c3
"><code>74b2c74</code></a> Add example usage for fn same_channel in Sender and Receiver</li> <li><a href="681541ab63
"><code>681541a</code></a> Add a fn to check if two senders or two receivers use the same underlying cha...</li> <li>See full diff in <a href="https://github.com/smol-rs/async-channel/compare/v2.3.1...v2.4.0">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
59cff375e3
commit
3ba5b89ef2
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -434,9 +434,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
version = "2.3.1"
|
||||
version = "2.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
||||
checksum = "16c74e56284d2188cabb6ad99603d1ace887a5d7e7b695d01b728155ed9ed427"
|
||||
dependencies = [
|
||||
"concurrent-queue",
|
||||
"event-listener-strategy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue