Commit f6bcddb
committed
Update All dependencies (patch only) (#530)
[](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-->1 parent a1699b1 commit f6bcddb
File tree
3 files changed
+11
-11
lines changed- .github/workflows
- stackable-operator-derive
3 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments