Skip to content

Commit

Permalink
fix(deps): update rust crate futures to 0.3.28 (#2)
Browse files Browse the repository at this point in the history
[![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.24` -> `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))

###
[`v0.3.26`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0326---2023-01-30)

[Compare
Source](https://togithub.com/rust-lang/futures-rs/compare/0.3.25...0.3.26)

- Add `Either::as_pin_mut` and `Either::as_pin_ref`
([#&#8203;2691](https://togithub.com/rust-lang/futures-rs/issues/2691))
- Add `Shared::ptr_eq` and `Shared::ptr_hash`
([#&#8203;2691](https://togithub.com/rust-lang/futures-rs/issues/2691))
- Implement `FusedStream` for `Buffered`
([#&#8203;2676](https://togithub.com/rust-lang/futures-rs/issues/2676))
- Implement `FusedStream` for all streams in `ReadyChunks`
([#&#8203;2693](https://togithub.com/rust-lang/futures-rs/issues/2693))
- Fix bug in `FuturesOrdered::push_front`
([#&#8203;2664](https://togithub.com/rust-lang/futures-rs/issues/2664))
- Remove `Fut::Output: Clone` bounds from some `Shared` methods
([#&#8203;2662](https://togithub.com/rust-lang/futures-rs/issues/2662))
- Remove `T: Debug` bounds from `Debug` implementations of `mpsc` and
`oneshot` types
([#&#8203;2666](https://togithub.com/rust-lang/futures-rs/issues/2666),
[#&#8203;2667](https://togithub.com/rust-lang/futures-rs/issues/2667))

###
[`v0.3.25`](https://togithub.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0325---2022-10-20)

[Compare
Source](https://togithub.com/rust-lang/futures-rs/compare/0.3.24...0.3.25)

- Fix soundness issue in `join!` and `try_join!` macros
([#&#8203;2649](https://togithub.com/rust-lang/futures-rs/issues/2649))
- Implement `Clone` for `sink::Drain`
([#&#8203;2650](https://togithub.com/rust-lang/futures-rs/issues/2650))

</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/fdkevin0/fdkevin-cf-bot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 8346136 commit 1d707ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.145", features = ["derive"] }
cfg-if = "1.0.0"
worker = "0.0.11"
sha2 = "0.10.7"
futures = "0.3.24"
futures = "0.3.28"
serde_json = "1.0.105"
telbot-types = "0.3.0"
telegram_types = "0.6.0"
Expand Down

0 comments on commit 1d707ba

Please sign in to comment.