Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump futures from 0.3.15 to 0.3.16 #7531

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2021

Bumps futures from 0.3.15 to 0.3.16.

Release notes

Sourced from futures's releases.

0.3.16

  • Add TryStreamExt::try_chunks (#2438)
  • Add StreamExt::{all, any} (#2460)
  • Add stream::select_with_strategy (#2450)
  • Update to new io_slice_advance interface (#2454)
Changelog

Sourced from futures's changelog.

0.3.16 - 2021-07-23

  • Add TryStreamExt::try_chunks (#2438)
  • Add StreamExt::{all, any} (#2460)
  • Add stream::select_with_strategy (#2450)
  • Update to new io_slice_advance interface (#2454)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Jul 25, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.16 branch 2 times, most recently from 5e0a8b6 to 878a036 Compare July 26, 2021 04:36
@benesch
Copy link
Member

benesch commented Jul 26, 2021

@petrosagg or @philip-stoev, could you take a look at this? I find it kind of hard to believe that an upgrade to the futures library would cause failures in the Postgres CDC test. (It's possible, of course.) More likely that it's tickling an existing race in the test, perhaps?

@benesch
Copy link
Member

benesch commented Jul 26, 2021

Oh, hm, actually seems to be broken on master.

@benesch
Copy link
Member

benesch commented Jul 26, 2021

@dependabot rebase

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.15...0.3.16)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.16 branch from 878a036 to 6d20871 Compare July 26, 2021 14:15
@benesch benesch enabled auto-merge July 26, 2021 14:26
@benesch benesch merged commit 8e6101e into main Jul 26, 2021
@benesch benesch deleted the dependabot/cargo/futures-0.3.16 branch July 26, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant