From 2b4f0deff516cb1037975b655af958795667e457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:05:46 -0500 Subject: [PATCH] Update Rust crate async-tungstenite to v0.28.2 (#22206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-tungstenite](https://redirect.github.com/sdroege/async-tungstenite) | workspace.dependencies | patch | `0.28.1` -> `0.28.2` | --- ### Release Notes
sdroege/async-tungstenite (async-tungstenite) ### [`v0.28.2`](https://redirect.github.com/sdroege/async-tungstenite/blob/HEAD/CHANGELOG.md#0282---2024-12-15) [Compare Source](https://redirect.github.com/sdroege/async-tungstenite/compare/0.28.1...0.28.2) ##### Fixed - Add `alloc` feature to `futures_task` dependency to make sure `futures-task::ArcWake` is available.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4e18f46fee2dd92b2d149962c6770f2c3c84d1f..1f9c6f4a701e6ef39164ee0003fc5e8b636566c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,9 +1008,9 @@ dependencies = [ [[package]] name = "async-tungstenite" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6cd055774e8b7f2ff9e5f9646efb298f180c3b886cdf20ef27f5a0bfbe2677b" +checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99" dependencies = [ "async-std", "async-tls", @@ -2508,7 +2508,7 @@ dependencies = [ "anyhow", "async-native-tls", "async-recursion 0.3.2", - "async-tungstenite 0.28.1", + "async-tungstenite 0.28.2", "chrono", "clock", "cocoa 0.26.0", @@ -2641,7 +2641,7 @@ dependencies = [ "assistant_tool", "async-stripe", "async-trait", - "async-tungstenite 0.28.1", + "async-tungstenite 0.28.2", "audio", "aws-config", "aws-sdk-kinesis", @@ -6612,7 +6612,7 @@ checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31" dependencies = [ "anyhow", "async-trait", - "async-tungstenite 0.28.1", + "async-tungstenite 0.28.2", "futures 0.3.31", "jupyter-protocol", "serde", @@ -6989,7 +6989,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -10359,7 +10359,7 @@ dependencies = [ "alacritty_terminal", "anyhow", "async-dispatcher", - "async-tungstenite 0.28.1", + "async-tungstenite 0.28.2", "base64 0.22.1", "client", "collections", @@ -10662,7 +10662,7 @@ name = "rpc" version = "0.1.0" dependencies = [ "anyhow", - "async-tungstenite 0.28.1", + "async-tungstenite 0.28.2", "base64 0.22.1", "chrono", "collections", @@ -14985,7 +14985,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]