Skip to content

[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
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
EmbarkStudios/cargo-deny-action action patch v1.2.12 -> v1.2.15
actions/checkout action patch v3.0.0 -> v3.0.2
clap dependencies patch 3.1.6 -> 3.1.12
tracing (source) dependencies patch 0.1.32 -> 0.1.34
tracing-opentelemetry dependencies patch 0.17.1 -> 0.17.2
tracing-subscriber (source) dependencies patch 0.3.9 -> 0.3.11

Release Notes

EmbarkStudios/cargo-deny-action

v1.2.15

Compare Source

Fixed
  • Accidentally change how arguments were forwarded to cargo-deny which broken more complicated invocations

v1.2.14

Compare Source

Added
  • Added git to the image, resolving #​40

v1.2.13

Compare Source

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.
actions/checkout

v3.0.2

Compare Source

v3.0.1

Compare Source

clap-rs/clap

v3.1.12

Compare Source

Fixes
  • Regression in 3.1.11 where the (output) streams were crossed

v3.1.11

Compare Source

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

Compare Source

Features
  • Expose Command::build for custom help generation or other command introspection needs

v3.1.9

Compare Source

Fixes
  • Pin the clap_derive version so a compatible version is always used with clap

v3.1.8

Compare Source

Fixes
  • Add Debug impls to more types

v3.1.7

Compare Source

Fixes
  • (derive) Abort, rather than ignore, when deriving ArgEnum with non-unit unskipped variants
tokio-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
  • 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 for contributing to this release!

v0.1.33

Compare Source

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
Fixed
  • Compilation warning when compiling for <=32-bit targets (including 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 27, 2022
@renovate renovate bot requested a review from a team April 27, 2022 03:29
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch from 6e8c674 to 342e4ef Compare April 27, 2022 06:04
Copy link
Member

@sbernauer sbernauer left a 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
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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 [#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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 ([#&#8203;2065])
-   **log**: Compilation errors due to `async` block/fn futures becoming `!Send`
    when the "log" feature flag is enabled ([#&#8203;2073])
-   Broken links in documentation ([#&#8203;2068])

Thanks to [@&#8203;ben0x539](https://togithub.com/ben0x539) for contributing to this release!

[#&#8203;2065]: https://togithub.com/tokio-rs/tracing/pull/2065

[#&#8203;2073]: https://togithub.com/tokio-rs/tracing/pull/2073

[#&#8203;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 ([#&#8203;1900])
-   Several documentation improvements ([#&#8203;2010], [#&#8203;2012])

##### Fixed

-   Compilation warning when compiling for <=32-bit targets (including `wasm32`)
    ([#&#8203;2060])

Thanks to [@&#8203;guswynn](https://togithub.com/guswynn), [@&#8203;arifd](https://togithub.com/arifd), [@&#8203;hrxi](https://togithub.com/hrxi), [@&#8203;CAD97](https://togithub.com/CAD97), and [@&#8203;name1e5s](https://togithub.com/name1e5s) for contributing to
this release!

[#&#8203;1900]: https://togithub.com/tokio-rs/tracing/pull/1900

[#&#8203;2010]: https://togithub.com/tokio-rs/tracing/pull/2010

[#&#8203;2012]: https://togithub.com/tokio-rs/tracing/pull/2012

[#&#8203;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).
@bors
Copy link
Contributor

bors bot commented Apr 27, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Update All dependencies (patch only) [Merged by Bors] - Update All dependencies (patch only) Apr 27, 2022
@bors bors bot closed this Apr 27, 2022
@bors bors bot deleted the renovate/all-dependencies-(patch-only) branch April 27, 2022 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants