Skip to content

Commit b083b39

Browse files
Merge #386
386: Update Rust crate futures to 0.3.28 r=samueltardieu a=renovate-bot [![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)) | dependencies | patch | `0.3.27` -> `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)) </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. --- - [ ] <!-- rebase-check -->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/samueltardieu/hibp-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Mend Renovate <bot@renovateapp.com>
2 parents df63a14 + 95a70a6 commit b083b39

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
@@ -10,7 +10,7 @@ indicatif = "0.17.4"
1010
itertools = "0.10.5"
1111
kdbx4 = "0.5.1"
1212
rpassword = "7.2.0"
13-
futures = "0.3.27"
13+
futures = "0.3.28"
1414
rayon = "1.7.0"
1515
lazy_static = "1.4.0"
1616
sha-1 = "0.10.1"

0 commit comments

Comments
 (0)