-
- Notifications
You must be signed in to change notification settings - Fork 16
[Merged by Bors] - Update All dependencies (patch only) #530
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
29e0d1d to ce7ca4a Compare 4f63b18 to c867d19 Compare sbernauer approved these changes Jan 12, 2023
Member
sbernauer left a comment
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+
Contributor
| Merge conflict. |
c867d19 to 2b5a45f Compare Member
| bors r+ |
bors bot pushed a commit that referenced this pull request Jan 12, 2023
[](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#​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#​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#​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#​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 #​930](https://togithub.com/rust-lang/regex/pull/930): Optimize `replacen`. This also applies to `replace`, but not `replace_all`. Bug fixes: - [BUG #​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 [#​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 [#​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** ([#​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` ([#​2334](https://togithub.com/serde-rs/serde/issues/2334)) - Enable `Serialize` and `Deserialize` impls of `std::sync::atomic` types on more platforms ([#​2337](https://togithub.com/serde-rs/serde/issues/2337), thanks [@​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` ([#​2333](https://togithub.com/serde-rs/serde/issues/2333), thanks [@​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#​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-->
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:
4.0.29->4.0.321.0.47->1.0.491.0.21->1.0.231.7.0->1.7.1v0.11.1->v0.11.31.0.148->1.0.1521.0.89->1.0.910.9.14->0.9.160.7.3->0.7.41.0.105->1.0.1071.0.37->1.0.38Release Notes
clap-rs/clap
v4.0.32Compare Source
Fixes
required(true), consider args that conflict with its groupv4.0.31Compare Source
Performance
v4.0.30Compare Source
Fixes
args_conflicts_with_subcommanddtolnay/proc-macro2
v1.0.49Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.48Compare Source
dtolnay/quote
v1.0.23Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.22Compare Source
rust-lang/regex
v1.7.1Compare Source
==================
This release was done principally to try and fix the doc.rs rendering for the
regex crate.
Performance improvements:
Optimize
replacen. This also applies toreplace, but notreplace_all.Bug fixes:
Maybe fix rustdoc rendering by just bumping a new release?
reviewdog/action-detect-secrets
v0.11.3Compare Source
v0.11.3: PR #37 - chore(deps): update python docker tag to v3.11.1
v0.11.2Compare Source
v0.11.2: PR #35 - chore(deps): update python docker tag to v3.11.0
serde-rs/serde
v1.0.152Compare Source
v1.0.151Compare Source
serde::{ser,de}::StdErrorto re-exportcore::error::Errorwhen serde is built withfeature="std"off andfeature="unstable"on (#2344)v1.0.150Compare Source
Serializeimpl ofHashMapandBTreeMap(#2334)SerializeandDeserializeimpls ofstd::sync::atomictypes on more platforms (#2337, thanks @badboy)v1.0.149Compare Source
Serializeimpl ofBinaryHeap,BTreeSet, andHashSet(#2333, thanks @jonasbb)serde-rs/json
v1.0.91Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.90Compare Source
dtolnay/serde-yaml
v0.9.16Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv0.9.15Compare Source
shepmaster/snafu
v0.7.4Compare Source
Changed
Reportand the[report]macro now remove redundant parts fromthe messages that many errors duplicate from their underlying
sources.
dtolnay/syn
v1.0.107Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.106Compare Source
dtolnay/thiserror
v1.0.38Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.