Commit 1d91f48
committed
Update All dependencies (patch only) (#515)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.0.26` -> `4.0.29` |
| [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | patch | `v1.34.1` -> `v1.34.2` |
| [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.147` -> `1.0.148` |
| [syn](https://togithub.com/dtolnay/syn) | dependencies | patch | `1.0.103` -> `1.0.105` |
---
### Release Notes
<details>
<summary>clap-rs/clap</summary>
### [`v4.0.29`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4029---2022-11-29)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.28...v4.0.29)
### [`v4.0.28`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4028---2022-11-29)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.27...v4.0.28)
##### Fixes
- Fix wasm support which was broken in 4.0.27
### [`v4.0.27`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4027---2022-11-24)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.26...v4.0.27)
##### Features
- Have `Arg::value_parser` accept `Vec<impl Into<PossibleValue>>`
- Implement `Display` and `FromStr` for `ColorChoice`
##### Fixes
- Remove soundness issue by switching from `atty` to `is-terminal`
</details>
<details>
<summary>reviewdog/action-actionlint</summary>
### [`v1.34.2`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.2)
[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.1...v1.34.2)
#### What's Changed
- use haya14busa/action-bumpr by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/reviewdog/action-actionlint/pull/93](https://togithub.com/reviewdog/action-actionlint/pull/93)
- show debug logs if debug mode is enabled by [@​shogo82148](https://togithub.com/shogo82148) in [https://github.com/reviewdog/action-actionlint/pull/82](https://togithub.com/reviewdog/action-actionlint/pull/82)
**Full Changelog**: reviewdog/action-actionlint@v1.34.1...v1.34.2
</details>
<details>
<summary>serde-rs/serde</summary>
### [`v1.0.148`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.148)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.147...v1.0.148)
- Support `remote` derive for generic types that have private fields ([#​2327](https://togithub.com/serde-rs/serde/issues/2327))
</details>
<details>
<summary>dtolnay/syn</summary>
### [`v1.0.105`](https://togithub.com/dtolnay/syn/releases/tag/1.0.105)
[Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.104...1.0.105)
- Improve parse errors related to `dyn` and `impl` type syntax ([#​1245](https://togithub.com/dtolnay/syn/issues/1245))
### [`v1.0.104`](https://togithub.com/dtolnay/syn/releases/tag/1.0.104)
[Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.103...1.0.104)
- Add `PathArguments::is_none()`
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuNDguMSJ9-->1 parent 6629570 commit 1d91f48
File tree
3 files changed
+4
-4
lines changed- .github/workflows
- stackable-operator-derive
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments