From 21c45be1af5b6a49458d2dfeeb94b71789796ef0 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 30 Mar 2023 19:27:38 +0000 Subject: [PATCH] Update Rust crate futures to 0.3.28 (#1843) 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.27` -> `0.3.28` | --- ### Release Notes
rust-lang/futures-rs ### [`v0.3.28`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#​0328---2023-03-30) [Compare Source](https://github.com/rust-lang/futures-rs/compare/0.3.27...0.3.28) - Update to syn 2. This raises MSRV of utility crates to 1.56. ([#​2730](https://github.com/rust-lang/futures-rs/issues/2730), [#​2733](https://github.com/rust-lang/futures-rs/issues/2733)) - Fix bug in `FlattenUnordered` ([#​2726](https://github.com/rust-lang/futures-rs/issues/2726), [#​2728](https://github.com/rust-lang/futures-rs/issues/2728))
--- ### 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, check this box --- 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/1843 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 96c08d9a..488cd5d7 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -14,7 +14,7 @@ async-trait = "0.1.68" cfg-if = "1.0.0" chrono = { version = "0.4.24", default-feature = false } env_logger = { version = "0.10.0", optional = true } -futures = { version = "0.3.27", optional = true } +futures = { version = "0.3.28", optional = true } lazy_static = "1.4.0" log = "0.4.17" quick-xml = { version = "0.28.1", optional = true, features = ["serialize"] }