-
-
Notifications
You must be signed in to change notification settings - Fork 15
[Merged by Bors] - Update All dependencies (patch only) #380
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
6e8c674
to
342e4ef
Compare
sbernauer
approved these changes
Apr 27, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
bors bot
pushed a commit
that referenced
this pull request
Apr 27, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [EmbarkStudios/cargo-deny-action](https://togithub.com/EmbarkStudios/cargo-deny-action) | action | patch | `v1.2.12` -> `v1.2.15` | | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v3.0.0` -> `v3.0.2` | | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `3.1.6` -> `3.1.12` | | [tracing](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tracing)) | dependencies | patch | `0.1.32` -> `0.1.34` | | [tracing-opentelemetry](https://togithub.com/tokio-rs/tracing) | dependencies | patch | `0.17.1` -> `0.17.2` | | [tracing-subscriber](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tracing)) | dependencies | patch | `0.3.9` -> `0.3.11` | --- ### Release Notes <details> <summary>EmbarkStudios/cargo-deny-action</summary> ### [`v1.2.15`](https://togithub.com/EmbarkStudios/cargo-deny-action/releases/v1.2.15) [Compare Source](https://togithub.com/EmbarkStudios/cargo-deny-action/compare/v1.2.14...v1.2.15) ##### Fixed - Accidentally change how arguments were forwarded to cargo-deny which broken more complicated invocations ### [`v1.2.14`](https://togithub.com/EmbarkStudios/cargo-deny-action/releases/v1.2.14) [Compare Source](https://togithub.com/EmbarkStudios/cargo-deny-action/compare/v1.2.13...v1.2.14) ##### Added - Added `git` to the image, resolving [#​40](https://togithub.com/EmbarkStudios/cargo-deny-action/issues/40) ### [`v1.2.13`](https://togithub.com/EmbarkStudios/cargo-deny-action/releases/v1.2.13) [Compare Source](https://togithub.com/EmbarkStudios/cargo-deny-action/compare/v1.2.12...v1.2.13) ##### Changed - Added the `rust-version` github actions variable, allowing you to specify a specific cargo version to use when running cargo-deny, including nightly, or other unstable versions. </details> <details> <summary>actions/checkout</summary> ### [`v3.0.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.1...v3.0.2) - [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770) ### [`v3.0.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.0...v3.0.1) - [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://togithub.com/actions/checkout/pull/762) - [Bumped various npm package versions](https://togithub.com/actions/checkout/pull/744) </details> <details> <summary>clap-rs/clap</summary> ### [`v3.1.12`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​3112---2022-04-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.11...v3.1.12) ##### Fixes - Regression in 3.1.11 where the (output) streams were crossed ### [`v3.1.11`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​3111---2022-04-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.10...v3.1.11) ##### Fixes - Implied conflicts override `Arg::required`, making the behavior consistent with how we calculate conflicts for error reporting - Members of a mutually exclusive `ArgGroup` override `Arg::required`, making the behavior consistent with how we calculate conflicts for error reporting - `Arg::overrides_with` always override `Arg::required`, not just when the parser processes an override ### [`v3.1.10`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​3110---2022-04-19) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.9...v3.1.10) ##### Features - Expose `Command::build` for custom help generation or other command introspection needs ### [`v3.1.9`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​319---2022-04-15) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.8...v3.1.9) ##### Fixes - Pin the `clap_derive` version so a compatible version is always used with `clap` ### [`v3.1.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​318---2022-04-01) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.7...v3.1.8) ##### Fixes - Add `Debug` impls to more types ### [`v3.1.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​317---2022-03-31) [Compare Source](https://togithub.com/clap-rs/clap/compare/v3.1.6...v3.1.7) ##### Fixes - *(derive)* Abort, rather than ignore, when deriving `ArgEnum` with non-unit unskipped variants </details> <details> <summary>tokio-rs/tracing</summary> ### [`v0.1.34`](https://togithub.com/tokio-rs/tracing/releases/tracing-0.1.34) [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.33...tracing-0.1.34) This release includes bug fixes for the "log" support feature and for the use of both scoped and global default dispatchers in the same program. ##### Fixed - Failure to use the global default dispatcher when a thread sets a local default dispatcher before the global default is set ([#​2065]) - **log**: Compilation errors due to `async` block/fn futures becoming `!Send` when the "log" feature flag is enabled ([#​2073]) - Broken links in documentation ([#​2068]) Thanks to [@​ben0x539](https://togithub.com/ben0x539) for contributing to this release! [#​2065]: https://togithub.com/tokio-rs/tracing/pull/2065 [#​2073]: https://togithub.com/tokio-rs/tracing/pull/2073 [#​2068]: https://togithub.com/tokio-rs/tracing/pull/2068 ### [`v0.1.33`](https://togithub.com/tokio-rs/tracing/releases/tracing-0.1.33) [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.33) This release adds new `span_enabled!` and `event_enabled!` variants of the `enabled!` macro, for testing whether a subscriber would specifically enable a span or an event. ##### Added - `span_enabled!` and `event_enabled!` macros ([#​1900]) - Several documentation improvements ([#​2010], [#​2012]) ##### Fixed - Compilation warning when compiling for <=32-bit targets (including `wasm32`) ([#​2060]) Thanks to [@​guswynn](https://togithub.com/guswynn), [@​arifd](https://togithub.com/arifd), [@​hrxi](https://togithub.com/hrxi), [@​CAD97](https://togithub.com/CAD97), and [@​name1e5s](https://togithub.com/name1e5s) for contributing to this release! [#​1900]: https://togithub.com/tokio-rs/tracing/pull/1900 [#​2010]: https://togithub.com/tokio-rs/tracing/pull/2010 [#​2012]: https://togithub.com/tokio-rs/tracing/pull/2012 [#​2060]: https://togithub.com/tokio-rs/tracing/pull/2060 </details> --- ### Configuration 📅 **Schedule**: "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin. 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs).
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:
v1.2.12
->v1.2.15
v3.0.0
->v3.0.2
3.1.6
->3.1.12
0.1.32
->0.1.34
0.17.1
->0.17.2
0.3.9
->0.3.11
Release Notes
EmbarkStudios/cargo-deny-action
v1.2.15
Compare Source
Fixed
v1.2.14
Compare Source
Added
git
to the image, resolving #40v1.2.13
Compare Source
Changed
rust-version
github actions variable, allowing you to specify a specific cargo version to use when running cargo-deny, including nightly, or other unstable versions.actions/checkout
v3.0.2
Compare Source
set-safe-directory
v3.0.1
Compare Source
safe.directory
clap-rs/clap
v3.1.12
Compare Source
Fixes
v3.1.11
Compare Source
Fixes
Arg::required
, making the behavior consistent with how we calculate conflicts for error reportingArgGroup
overrideArg::required
, making the behavior consistent with how we calculate conflicts for error reportingArg::overrides_with
always overrideArg::required
, not just when the parser processes an overridev3.1.10
Compare Source
Features
Command::build
for custom help generation or other command introspection needsv3.1.9
Compare Source
Fixes
clap_derive
version so a compatible version is always used withclap
v3.1.8
Compare Source
Fixes
Debug
impls to more typesv3.1.7
Compare Source
Fixes
ArgEnum
with non-unit unskipped variantstokio-rs/tracing
v0.1.34
Compare Source
This release includes bug fixes for the "log" support feature and for the use of
both scoped and global default dispatchers in the same program.
Fixed
default dispatcher before the global default is set (#2065)
async
block/fn futures becoming!Send
when the "log" feature flag is enabled (#2073)
Thanks to @ben0x539 for contributing to this release!
v0.1.33
Compare Source
This release adds new
span_enabled!
andevent_enabled!
variants of theenabled!
macro, for testing whether a subscriber would specifically enable aspan or an event.
Added
span_enabled!
andevent_enabled!
macros (#1900)Fixed
wasm32
)(#2060)
Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for contributing to
this release!
Configuration
📅 Schedule: "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin.
🚦 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 WhiteSource Renovate. View repository job log here.