From 1cd797b893dac751eb38e6579df7ae5816b74de2 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 29 Aug 2022 16:34:51 +0200 Subject: [PATCH] Update Rust crate futures to 0.3.24 (#1529) 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 | |---|---|---|---| | [futures](https://rust-lang.github.io/futures-rs) ([source](https://github.com/rust-lang/futures-rs)) | dependencies | patch | `0.3.23` -> `0.3.24` | --- ### Release Notes
rust-lang/futures-rs ### [`v0.3.24`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#​0324---2022-08-29) [Compare Source](https://github.com/rust-lang/futures-rs/compare/0.3.23...0.3.24) - Fix incorrect termination of `select_with_strategy` streams ([#​2635](https://github.com/rust-lang/futures-rs/issues/2635))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1529 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- crates/search/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 155997a67..7f360fc27 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -15,7 +15,7 @@ cfg-if = "1.0.0" chrono = "0.4.22" env_logger = { version = "0.9.0", optional = true } error-ser = { path = "../error-ser" } -futures = { version = "0.3.23", optional = true } +futures = { version = "0.3.24", optional = true } lazy_static = "1.4.0" log = "0.4.17" quick-xml = { version = "0.23.0", optional = true }