From 25bbb2682c95419fc18a61cab81e29a0ab9f23d4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Jan 2025 06:34:51 -0500
Subject: [PATCH] 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
Release notes
Sourced from async-trait's
releases.
0.1.85
- Omit
Self: 'async_trait bound in impl when not needed
by signature (#284)
0.1.84
- Support
impl Trait in return type (#282)
Commits
fee923d
Release 0.1.85
0c2e108
Merge pull request #284
from dtolnay/selfinblock
9456e54
Omit Self: 'async_trait bound in impl when not needed by
signature
b77d0d5
Add regression test for issue 283
4c8406d
Release 0.1.84
1cab7e4
Merge pull request #282
from dtolnay/impltrait
3af8236
Require Rust 1.75+ for RPITIT (return position impl trait in trait)
85b572c
Support impl Trait in return type
aff365f
Add regression test for issue 281
7d8519d
Update ui test suite to nightly-2024-12-09
- Additional commits viewable in compare
view
Updates `winit` from 0.30.7 to 0.30.8
Release notes
Sourced from winit's
releases.
Winit version 0.30.8
Added
ActivationToken::from_raw and
ActivationToken::into_raw.
- On X11, add a workaround for disabling IME on GNOME.
Fixed
- On Windows, fixed the event loop not waking on accessibility
requests.
- On X11, fixed cursor grab mode state tracking on error.
Commits
58402b5
Winit version 0.30.8
d7710f7
api: add ActivationToken::{from,into}_raw
61314cd
x11: fix cursor grab mode tracking on error
6b5cc16
x11: add workaround for disabling IME on gnome
43c323c
windows: fix the event loop not waking on accessibility requests
- See full diff in compare
view
Updates `reqwest` from 0.12.11 to 0.12.12
Changelog
Sourced from reqwest's
changelog.
v0.12.12
- (wasm) Fix compilation by not compiler
tokio/time on
WASM.
Commits
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)
---
Dependabot commands and options
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c63f6dcc..6c48c5a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",