Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.0.29 -> 4.0.32
proc-macro2 dependencies patch 1.0.47 -> 1.0.49
quote dependencies patch 1.0.21 -> 1.0.23
regex dependencies patch 1.7.0 -> 1.7.1
reviewdog/action-detect-secrets action patch v0.11.1 -> v0.11.3
serde (source) dependencies patch 1.0.148 -> 1.0.152
serde_json dependencies patch 1.0.89 -> 1.0.91
serde_yaml dependencies patch 0.9.14 -> 0.9.16
snafu dependencies patch 0.7.3 -> 0.7.4
syn dependencies patch 1.0.105 -> 1.0.107
thiserror dependencies patch 1.0.37 -> 1.0.38

Release Notes

clap-rs/clap

v4.0.32

Compare Source

Fixes
  • (parser) When overriding required(true), consider args that conflict with its group

v4.0.31

Compare Source

Performance
  • Speed up parsing when a lot of different flags are present (100 unique flags)

v4.0.30

Compare Source

Fixes
  • (error) Improve error for args_conflicts_with_subcommand
dtolnay/proc-macro2

v1.0.49

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.48

Compare Source

  • Documentation improvements
dtolnay/quote

v1.0.23

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.22

Compare Source

  • Documentation improvements
rust-lang/regex

v1.7.1

Compare Source

==================
This release was done principally to try and fix the doc.rs rendering for the
regex crate.

Performance improvements:

  • PERF #​930:
    Optimize replacen. This also applies to replace, but not replace_all.

Bug fixes:

  • BUG #​945:
    Maybe fix rustdoc rendering by just bumping a new release?
reviewdog/action-detect-secrets

v0.11.3

Compare Source

v0.11.3: PR #​37 - chore(deps): update python docker tag to v3.11.1

v0.11.2

Compare Source

v0.11.2: PR #​35 - chore(deps): update python docker tag to v3.11.0

serde-rs/serde

v1.0.152

Compare Source

  • Documentation improvements

v1.0.151

Compare Source

  • Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable" on (#​2344)

v1.0.150

Compare Source

  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#​2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#​2337, thanks @​badboy)

v1.0.149

Compare Source

  • Relax some trait bounds from the Serialize impl of BinaryHeap, BTreeSet, and HashSet (#​2333, thanks @​jonasbb)
serde-rs/json

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements
dtolnay/serde-yaml

v0.9.16

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v0.9.15

Compare Source

  • Documentation improvements
shepmaster/snafu

v0.7.4

Compare Source

Changed
  • Report and the [report] macro now remove redundant parts from
    the messages that many errors duplicate from their underlying
    sources.
dtolnay/syn

v1.0.107

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.106

Compare Source

  • Documentation improvements
dtolnay/thiserror

v1.0.38

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - "after 5:00 and before 6:00 every weekday" 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
@renovate renovate bot requested a review from a team December 22, 2022 04:17
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 2 times, most recently from 29e0d1d to ce7ca4a Compare December 26, 2022 19:31
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 2 times, most recently from 4f63b18 to c867d19 Compare January 9, 2023 13:54
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
Copy link
Contributor

bors bot commented Jan 12, 2023

Merge conflict.

@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch from c867d19 to 2b5a45f Compare January 12, 2023 07:24
@sbernauer
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Jan 12, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.0.29` -> `4.0.32` | | [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.47` -> `1.0.49` | | [quote](https://togithub.com/dtolnay/quote) | dependencies | patch | `1.0.21` -> `1.0.23` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.7.0` -> `1.7.1` | | [reviewdog/action-detect-secrets](https://togithub.com/reviewdog/action-detect-secrets) | action | patch | `v0.11.1` -> `v0.11.3` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.148` -> `1.0.152` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.89` -> `1.0.91` | | [serde_yaml](https://togithub.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.14` -> `0.9.16` | | [snafu](https://togithub.com/shepmaster/snafu) | dependencies | patch | `0.7.3` -> `0.7.4` | | [syn](https://togithub.com/dtolnay/syn) | dependencies | patch | `1.0.105` -> `1.0.107` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.37` -> `1.0.38` | --- ### Release Notes <details> <summary>clap-rs/clap</summary> ### [`v4.0.32`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4032---2022-12-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.31...v4.0.32) ##### Fixes - *(parser)* When overriding `required(true)`, consider args that conflict with its group ### [`v4.0.31`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4031---2022-12-22) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.30...v4.0.31) ##### Performance - Speed up parsing when a lot of different flags are present (100 unique flags) ### [`v4.0.30`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4030---2022-12-21) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.29...v4.0.30) ##### Fixes - *(error)* Improve error for `args_conflicts_with_subcommand` </details> <details> <summary>dtolnay/proc-macro2</summary> ### [`v1.0.49`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.49) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.48...1.0.49) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.48`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.48) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.47...1.0.48) - Documentation improvements </details> <details> <summary>dtolnay/quote</summary> ### [`v1.0.23`](https://togithub.com/dtolnay/quote/releases/tag/1.0.23) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.22...1.0.23) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.22`](https://togithub.com/dtolnay/quote/releases/tag/1.0.22) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.21...1.0.22) - Documentation improvements </details> <details> <summary>rust-lang/regex</summary> ### [`v1.7.1`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;171-2023-01-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.7.0...1.7.1) \================== This release was done principally to try and fix the doc.rs rendering for the regex crate. Performance improvements: - [PERF #&#8203;930](https://togithub.com/rust-lang/regex/pull/930): Optimize `replacen`. This also applies to `replace`, but not `replace_all`. Bug fixes: - [BUG #&#8203;945](https://togithub.com/rust-lang/regex/issues/945): Maybe fix rustdoc rendering by just bumping a new release? </details> <details> <summary>reviewdog/action-detect-secrets</summary> ### [`v0.11.3`](https://togithub.com/reviewdog/action-detect-secrets/releases/tag/v0.11.3) [Compare Source](https://togithub.com/reviewdog/action-detect-secrets/compare/v0.11.2...v0.11.3) v0.11.3: PR [#&#8203;37](https://togithub.com/reviewdog/action-detect-secrets/issues/37) - chore(deps): update python docker tag to v3.11.1 ### [`v0.11.2`](https://togithub.com/reviewdog/action-detect-secrets/releases/tag/v0.11.2) [Compare Source](https://togithub.com/reviewdog/action-detect-secrets/compare/v0.11.1...v0.11.2) v0.11.2: PR [#&#8203;35](https://togithub.com/reviewdog/action-detect-secrets/issues/35) - chore(deps): update python docker tag to v3.11.0 </details> <details> <summary>serde-rs/serde</summary> ### [`v1.0.152`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.152) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.151...v1.0.152) - Documentation improvements ### [`v1.0.151`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.151) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.150...v1.0.151) - Update `serde::`{`ser`,`de`}`::StdError` to re-export `core::error::Error` when serde is built with `feature="std"` **off** and `feature="unstable"` **on** ([#&#8203;2344](https://togithub.com/serde-rs/serde/issues/2344)) ### [`v1.0.150`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.150) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.149...v1.0.150) - Relax some trait bounds from the `Serialize` impl of `HashMap` and `BTreeMap` ([#&#8203;2334](https://togithub.com/serde-rs/serde/issues/2334)) - Enable `Serialize` and `Deserialize` impls of `std::sync::atomic` types on more platforms ([#&#8203;2337](https://togithub.com/serde-rs/serde/issues/2337), thanks [@&#8203;badboy](https://togithub.com/badboy)) ### [`v1.0.149`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.149) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.148...v1.0.149) - Relax some trait bounds from the `Serialize` impl of `BinaryHeap`, `BTreeSet`, and `HashSet` ([#&#8203;2333](https://togithub.com/serde-rs/serde/issues/2333), thanks [@&#8203;jonasbb](https://togithub.com/jonasbb)) </details> <details> <summary>serde-rs/json</summary> ### [`v1.0.91`](https://togithub.com/serde-rs/json/releases/tag/v1.0.91) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.90...v1.0.91) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.90`](https://togithub.com/serde-rs/json/releases/tag/v1.0.90) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.89...v1.0.90) - Documentation improvements </details> <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.16`](https://togithub.com/dtolnay/serde-yaml/releases/tag/0.9.16) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.9.15...0.9.16) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v0.9.15`](https://togithub.com/dtolnay/serde-yaml/releases/tag/0.9.15) [Compare Source](https://togithub.com/dtolnay/serde-yaml/compare/0.9.14...0.9.15) - Documentation improvements </details> <details> <summary>shepmaster/snafu</summary> ### [`v0.7.4`](https://togithub.com/shepmaster/snafu/blob/HEAD/CHANGELOG.md#&#8203;074---2022-12-19) [Compare Source](https://togithub.com/shepmaster/snafu/compare/0.7.3...0.7.4) ##### Changed - `Report` and the `[report]` macro now remove redundant parts from the messages that many errors duplicate from their underlying sources. [0.7.4]: https://togithub.com/shepmaster/snafu/releases/tag/0.7.4 </details> <details> <summary>dtolnay/syn</summary> ### [`v1.0.107`](https://togithub.com/dtolnay/syn/releases/tag/1.0.107) [Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.106...1.0.107) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.106`](https://togithub.com/dtolnay/syn/releases/tag/1.0.106) [Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.105...1.0.106) - Documentation improvements </details> <details> <summary>dtolnay/thiserror</summary> ### [`v1.0.38`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.38) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.37...1.0.38) - Documentation improvements </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
@bors
Copy link
Contributor

bors bot commented Jan 12, 2023

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) Jan 12, 2023
@bors bors bot closed this Jan 12, 2023
@bors bors bot deleted the renovate/all-dependencies-(patch-only) branch January 12, 2023 07:37
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

2 participants