Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump futures from 0.3.25 to 0.3.26 #2152

Merged
merged 1 commit into from Feb 6, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps futures from 0.3.25 to 0.3.26.

Release notes

Sourced from futures's releases.

0.3.26

  • Add Either::as_pin_mut and Either::as_pin_ref (#2691)
  • Add Shared::ptr_eq and Shared::ptr_hash (#2691)
  • Implement FusedStream for Buffered (#2676)
  • Implement FusedStream for all streams in ReadyChunks (#2693)
  • Fix bug in FuturesOrdered::push_front (#2664)
  • Remove Fut::Output: Clone bounds from some Shared methods (#2662)
  • Remove T: Debug bounds from Debug implementations of mpsc and oneshot types (#2666, #2667)
Changelog

Sourced from futures's changelog.

0.3.26 - 2023-01-30

  • Add Either::as_pin_mut and Either::as_pin_ref (#2691)
  • Add Shared::ptr_eq and Shared::ptr_hash (#2691)
  • Implement FusedStream for Buffered (#2676)
  • Implement FusedStream for all streams in ReadyChunks (#2693)
  • Fix bug in FuturesOrdered::push_front (#2664)
  • Remove Fut::Output: Clone bounds from some Shared methods (#2662)
  • Remove T: Debug bounds from Debug implementations of mpsc and oneshot types (#2666, #2667)
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)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
- [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.25...0.3.26)

---
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 added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Jan 30, 2023
@bkchr bkchr requested a review from skunert February 6, 2023 15:07
@bkchr bkchr added the D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit label Feb 6, 2023
@skunert skunert merged commit 86321a6 into master Feb 6, 2023
@skunert skunert deleted the dependabot/cargo/futures-0.3.26 branch February 6, 2023 16:34
bkontur added a commit that referenced this pull request Jul 4, 2023
0417308a48 Update docs (#2242)
1a0d3b55f3 Nits for subtree (#2241)
18fca2e122 Ensure that the origin is signed for submit_parachain_heads and submit_finality_proof calls (#2239)
fab51067e7 minor doc fix (#2207)
4feb721d32 backport cumulus changes to polkadot-staging (#2167)
433741942a fix testnet argocd deploy (#2151) (#2152)
ff9eadc7dc Updated BHR/W version + codegen (#2148)

git-subtree-dir: bridges
git-subtree-split: 0417308a489096979ed3e08d0f8caafbfca6e7e9
paritytech-processbot bot pushed a commit that referenced this pull request Jul 4, 2023
* BH subtree master -> polkadot-staging by default

* Squashed 'bridges/' changes from c9dd8b9dfc..0417308a48

0417308a48 Update docs (#2242)
1a0d3b55f3 Nits for subtree (#2241)
18fca2e122 Ensure that the origin is signed for submit_parachain_heads and submit_finality_proof calls (#2239)
fab51067e7 minor doc fix (#2207)
4feb721d32 backport cumulus changes to polkadot-staging (#2167)
433741942a fix testnet argocd deploy (#2151) (#2152)
ff9eadc7dc Updated BHR/W version + codegen (#2148)

git-subtree-dir: bridges
git-subtree-split: 0417308a489096979ed3e08d0f8caafbfca6e7e9

* Fix deps
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants