-
-
Notifications
You must be signed in to change notification settings - Fork 16
[Merged by Bors] - Update All dependencies (patch only) #548
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
siegfriedweber
approved these changes
Feb 3, 2023
Member
|
bors merge |
Member
|
Successfully tested with the nifi-operator. |
bors bot
pushed a commit
that referenced
this pull request
Feb 3, 2023
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [either](https://togithub.com/bluss/either) | dependencies | patch | `1.8.0` -> `1.8.1` | | [futures](https://rust-lang.github.io/futures-rs) ([source](https://togithub.com/rust-lang/futures-rs)) | dependencies | patch | `0.3.25` -> `0.3.26` | | [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.49` -> `1.0.50` | | [serde_yaml](https://togithub.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.16` -> `0.9.17` | --- ### Release Notes <details> <summary>bluss/either</summary> ### [`v1.8.1`](https://togithub.com/bluss/either/compare/1.8.0...1.8.1) [Compare Source](https://togithub.com/bluss/either/compare/1.8.0...1.8.1) </details> <details> <summary>rust-lang/futures-rs</summary> ### [`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` ([#​2691](https://togithub.com/rust-lang/futures-rs/issues/2691)) - Add `Shared::ptr_eq` and `Shared::ptr_hash` ([#​2691](https://togithub.com/rust-lang/futures-rs/issues/2691)) - Implement `FusedStream` for `Buffered` ([#​2676](https://togithub.com/rust-lang/futures-rs/issues/2676)) - Implement `FusedStream` for all streams in `ReadyChunks` ([#​2693](https://togithub.com/rust-lang/futures-rs/issues/2693)) - Fix bug in `FuturesOrdered::push_front` ([#​2664](https://togithub.com/rust-lang/futures-rs/issues/2664)) - Remove `Fut::Output: Clone` bounds from some `Shared` methods ([#​2662](https://togithub.com/rust-lang/futures-rs/issues/2662)) - Remove `T: Debug` bounds from `Debug` implementations of `mpsc` and `oneshot` types ([#​2666](https://togithub.com/rust-lang/futures-rs/issues/2666), [#​2667](https://togithub.com/rust-lang/futures-rs/issues/2667)) </details> <details> <summary>dtolnay/proc-macro2</summary> ### [`v1.0.50`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.49...1.0.50) - Implement Hash for proc_macro2::LineColumn ([#​362](https://togithub.com/dtolnay/proc-macro2/issues/362)) </details> <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.17`](https://togithub.com/dtolnay/serde-yaml/releases/tag/0.9.17) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.9.16...0.9.17) - Improve Debug representation of some error messages </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Berlin, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=-->
c236dbd to
e9cb428
Compare
Contributor
|
Canceled. |
Member
|
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Feb 3, 2023
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [either](https://togithub.com/bluss/either) | dependencies | patch | `1.8.0` -> `1.8.1` | | [futures](https://rust-lang.github.io/futures-rs) ([source](https://togithub.com/rust-lang/futures-rs)) | dependencies | patch | `0.3.25` -> `0.3.26` | | [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.49` -> `1.0.50` | | [serde_yaml](https://togithub.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.16` -> `0.9.17` | --- ### Release Notes <details> <summary>bluss/either</summary> ### [`v1.8.1`](https://togithub.com/bluss/either/compare/1.8.0...1.8.1) [Compare Source](https://togithub.com/bluss/either/compare/1.8.0...1.8.1) </details> <details> <summary>rust-lang/futures-rs</summary> ### [`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` ([#​2691](https://togithub.com/rust-lang/futures-rs/issues/2691)) - Add `Shared::ptr_eq` and `Shared::ptr_hash` ([#​2691](https://togithub.com/rust-lang/futures-rs/issues/2691)) - Implement `FusedStream` for `Buffered` ([#​2676](https://togithub.com/rust-lang/futures-rs/issues/2676)) - Implement `FusedStream` for all streams in `ReadyChunks` ([#​2693](https://togithub.com/rust-lang/futures-rs/issues/2693)) - Fix bug in `FuturesOrdered::push_front` ([#​2664](https://togithub.com/rust-lang/futures-rs/issues/2664)) - Remove `Fut::Output: Clone` bounds from some `Shared` methods ([#​2662](https://togithub.com/rust-lang/futures-rs/issues/2662)) - Remove `T: Debug` bounds from `Debug` implementations of `mpsc` and `oneshot` types ([#​2666](https://togithub.com/rust-lang/futures-rs/issues/2666), [#​2667](https://togithub.com/rust-lang/futures-rs/issues/2667)) </details> <details> <summary>dtolnay/proc-macro2</summary> ### [`v1.0.50`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.49...1.0.50) - Implement Hash for proc_macro2::LineColumn ([#​362](https://togithub.com/dtolnay/proc-macro2/issues/362)) </details> <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.17`](https://togithub.com/dtolnay/serde-yaml/releases/tag/0.9.17) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.9.16...0.9.17) - Improve Debug representation of some error messages </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Berlin, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=-->
Contributor
|
Pull request successfully merged into main. Build succeeded: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.0->1.8.10.3.25->0.3.261.0.49->1.0.500.9.16->0.9.17Release Notes
bluss/either
v1.8.1Compare Source
rust-lang/futures-rs
v0.3.26Compare Source
Either::as_pin_mutandEither::as_pin_ref(#2691)Shared::ptr_eqandShared::ptr_hash(#2691)FusedStreamforBuffered(#2676)FusedStreamfor all streams inReadyChunks(#2693)FuturesOrdered::push_front(#2664)Fut::Output: Clonebounds from someSharedmethods (#2662)T: Debugbounds fromDebugimplementations ofmpscandoneshottypes (#2666, #2667)dtolnay/proc-macro2
v1.0.50Compare Source
dtolnay/serde-yaml
v0.9.17Compare Source
Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.