build(deps): bump the patch group with 3 updates (#629)

Bumps the patch group with 3 updates:
[async-trait](https://github.com/dtolnay/async-trait),
[winit](https://github.com/rust-windowing/winit) and
[reqwest](https://github.com/seanmonstar/reqwest).

Updates `async-trait` from 0.1.83 to 0.1.85
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/async-trait/releases">async-trait's
releases</a>.</em></p>
<blockquote>
<h2>0.1.85</h2>
<ul>
<li>Omit <code>Self: 'async_trait</code> bound in impl when not needed
by signature (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a>)</li>
</ul>
<h2>0.1.84</h2>
<ul>
<li>Support <code>impl Trait</code> in return type (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/async-trait/commit/fee923d4a03609815f334f96f8ad6299b76a6441"><code>fee923d</code></a>
Release 0.1.85</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/0c2e1083f22221daac610d76db3b5bffc767638e"><code>0c2e108</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a>
from dtolnay/selfinblock</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/9456e54b598cfe2c965170ff78308f2b6f2d6f73"><code>9456e54</code></a>
Omit <code>Self: 'async_trait</code> bound in impl when not needed by
signature</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/b77d0d504ca3fd0ccee662a559585998f78358a1"><code>b77d0d5</code></a>
Add regression test for issue 283</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/4c8406dd470617e71d75fe93419447750cec5288"><code>4c8406d</code></a>
Release 0.1.84</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/1cab7e43da430785d6c2e55193a4383e45070ba8"><code>1cab7e4</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a>
from dtolnay/impltrait</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/3af8236a3d7cdee1d89435b27375c219cf265cbe"><code>3af8236</code></a>
Require Rust 1.75+ for RPITIT (return position impl trait in trait)</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/85b572c44236deab9550572183953b9df743939d"><code>85b572c</code></a>
Support impl Trait in return type</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/aff365fb7477e0952d0196ea369ddec9c7ed3c78"><code>aff365f</code></a>
Add regression test for issue 281</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/7d8519d4160c548d28f4ff58165b09b81da6acf6"><code>7d8519d</code></a>
Update ui test suite to nightly-2024-12-09</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.85">compare
view</a></li>
</ul>
</details>
<br />

Updates `winit` from 0.30.7 to 0.30.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-windowing/winit/releases">winit's
releases</a>.</em></p>
<blockquote>
<h2>Winit version 0.30.8</h2>
<h3>Added</h3>
<ul>
<li><code>ActivationToken::from_raw</code> and
<code>ActivationToken::into_raw</code>.</li>
<li>On X11, add a workaround for disabling IME on GNOME.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>On Windows, fixed the event loop not waking on accessibility
requests.</li>
<li>On X11, fixed cursor grab mode state tracking on error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-windowing/winit/commit/58402b58cf660e236e825b36287a8fc2abfb1f5d"><code>58402b5</code></a>
Winit version 0.30.8</li>
<li><a
href="https://github.com/rust-windowing/winit/commit/d7710f7264a45147467c7a1043bcfcef0368a725"><code>d7710f7</code></a>
api: add <code>ActivationToken::{from,into}_raw</code></li>
<li><a
href="https://github.com/rust-windowing/winit/commit/61314cd50a6b42c865b381f2f301f72717491566"><code>61314cd</code></a>
x11: fix cursor grab mode tracking on error</li>
<li><a
href="https://github.com/rust-windowing/winit/commit/6b5cc165dd29b5513afcb9d79af185fd1a1bbcdd"><code>6b5cc16</code></a>
x11: add workaround for disabling IME on gnome</li>
<li><a
href="https://github.com/rust-windowing/winit/commit/43c323ccc03dd2bc729d17aa3826b777d58fec13"><code>43c323c</code></a>
windows: fix the event loop not waking on accessibility requests</li>
<li>See full diff in <a
href="https://github.com/rust-windowing/winit/compare/v0.30.7...v0.30.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.12.11 to 0.12.12
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.12</h2>
<ul>
<li>(wasm) Fix compilation by not compiler <code>tokio/time</code> on
WASM.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/8b8fdd2552ad645c7e9dd494930b3e95e2aedef2"><code>8b8fdd2</code></a>
v0.12.12</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/1ef87032c8c5666dabec1061429e67d153db4ab1"><code>1ef8703</code></a>
(wasm) fix: remove tower as dependency for wasm32-unknown-unknown (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2510">#2510</a>)</li>
<li>See full diff in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.11...v0.12.12">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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]
2025-01-07 06:34:51 -05:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent a0d32d7245
commit 25bbb2682c
Generated
+6 -6
View File
@@ -327,9 +327,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.83"
version = "0.1.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
dependencies = [
"proc-macro2",
"quote",
@@ -4225,9 +4225,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
[[package]]
name = "reqwest"
version = "0.12.11"
version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3"
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
dependencies = [
"base64",
"bytes",
@@ -6130,9 +6130,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winit"
version = "0.30.7"
version = "0.30.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3"
checksum = "f5d74280aabb958072864bff6cfbcf9025cf8bfacdde5e32b5e12920ef703b0f"
dependencies = [
"ahash",
"android-activity",