chore(deps): Bump actix-rt from 2.9.0 to 2.10.0 (#1368)

Bumps [actix-rt](https://github.com/actix/actix-net) from 2.9.0 to
2.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actix/actix-net/releases">actix-rt's
releases</a>.</em></p>
<blockquote>
<h2>actix-rt: v2.10.0</h2>
<ul>
<li>Relax <code>F</code>'s bound (<code>Fn =&gt; FnOnce</code>) on
<code>{Arbiter, System}::with_tokio_rt()</code> functions.</li>
<li>Update <code>tokio-uring</code> dependency to <code>0.5</code>.</li>
<li>Minimum supported Rust version (MSRV) is now 1.70.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0d3d1926bc"><code>0d3d192</code></a>
fix: relax bounds on with_tokio_rt (<a
href="https://redirect.github.com/actix/actix-net/issues/569">#569</a>)</li>
<li><a
href="0c26ecf9fa"><code>0c26ecf</code></a>
chore(actix-server): prepare release 2.4.0</li>
<li><a
href="1bdb15ec20"><code>1bdb15e</code></a>
chore(actix-rt): prepare release 2.10.0</li>
<li><a
href="a524f15e34"><code>a524f15</code></a>
build(deps): update tokio-uring requirement from 0.4 to 0.5 (<a
href="https://redirect.github.com/actix/actix-net/issues/568">#568</a>)</li>
<li><a
href="451a44c2e0"><code>451a44c</code></a>
build(deps): bump taiki-e/install-action from 2.33.34 to 2.34.1 (<a
href="https://redirect.github.com/actix/actix-net/issues/567">#567</a>)</li>
<li><a
href="18071d1fc0"><code>18071d1</code></a>
ci: disable io-uring tests</li>
<li><a
href="786014cc2f"><code>786014c</code></a>
build(deps): bump taiki-e/install-action from 2.33.26 to 2.33.34 (<a
href="https://redirect.github.com/actix/actix-net/issues/566">#566</a>)</li>
<li><a
href="a7ef438f25"><code>a7ef438</code></a>
ci: use mold linker on linux jobs</li>
<li><a
href="375c352810"><code>375c352</code></a>
--- (<a
href="https://redirect.github.com/actix/actix-net/issues/565">#565</a>)</li>
<li><a
href="2d1b5468d0"><code>2d1b546</code></a>
--- (<a
href="https://redirect.github.com/actix/actix-net/issues/563">#563</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actix/actix-net/compare/rt-v2.9.0...rt-v2.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-rt&package-manager=cargo&previous-version=2.9.0&new-version=2.10.0)](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:
dependabot[bot] 2024-06-13 00:29:22 -04:00 committed by GitHub
parent da681ddd94
commit bfb27167c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -100,9 +100,9 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [
"actix-macros",
"futures-core",