Skip to content

Commit 0c0ca52

Browse files
Update Rust crate futures to 0.3.28 (#26)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [futures](https://rust-lang.github.io/futures-rs) ([source](https://togithub.com/rust-lang/futures-rs)) | workspace.dependencies | patch | `0.3.26` -> `0.3.28` | --- ### Release Notes <details> <summary>rust-lang/futures-rs (futures)</summary> ### [`v0.3.28`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0328---2023-03-30) [Compare Source](https://togithub.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. ([#&#8203;2730](https://togithub.com/rust-lang/futures-rs/issues/2730), [#&#8203;2733](https://togithub.com/rust-lang/futures-rs/issues/2733)) - Fix bug in `FlattenUnordered` ([#&#8203;2726](https://togithub.com/rust-lang/futures-rs/issues/2726), [#&#8203;2728](https://togithub.com/rust-lang/futures-rs/issues/2728)) ### [`v0.3.27`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0327---2023-03-11) [Compare Source](https://togithub.com/rust-lang/futures-rs/compare/0.3.26...0.3.27) - Add `TryFlattenUnordered` ([#&#8203;2577](https://togithub.com/rust-lang/futures-rs/issues/2577), [#&#8203;2590](https://togithub.com/rust-lang/futures-rs/issues/2590), [#&#8203;2606](https://togithub.com/rust-lang/futures-rs/issues/2606), [#&#8203;2607](https://togithub.com/rust-lang/futures-rs/issues/2607)) - Add `AbortHandle::is_aborted` ([#&#8203;2710](https://togithub.com/rust-lang/futures-rs/issues/2710)) - Add `AbortRegistration::handle` ([#&#8203;2712](https://togithub.com/rust-lang/futures-rs/issues/2712)) - Make `BiLock` strict-provenance compatible ([#&#8203;2716](https://togithub.com/rust-lang/futures-rs/issues/2716)) </details> --- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 3679f9c commit 0c0ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ crossbeam-channel = "0.5.8"
9292
dashmap = "5.4.0"
9393
dialoguer = "0.10.3"
9494
dunce = "1.0.4"
95-
futures = "0.3.26"
95+
futures = "0.3.28"
9696
futures-retry = "0.6.0"
9797
httpmock = { version = "0.6.7", default-features = false }
9898
indexmap = "1.9.2"

0 commit comments

Comments
 (0)