Skip to content

Commit f6bcddb

Browse files
committed
Update All dependencies (patch only) (#530)
[![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-->
1 parent a1699b1 commit f6bcddb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/reviewdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
25-
- uses: reviewdog/action-detect-secrets@ced3856ed7f621c5c4e911c8ebc3fa812f59e9dd # tag=v0.11.1
25+
- uses: reviewdog/action-detect-secrets@12f2ab19731110962f547d78960315f3065be4c4 # v0.11.3
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]
1111
chrono = { version = "0.4.23", default-features = false }
12-
clap = { version = "4.0.29", features = ["derive", "cargo", "env"] }
12+
clap = { version = "4.0.32", features = ["derive", "cargo", "env"] }
1313
const_format = "0.2.30"
1414
either = "1.8.0"
1515
futures = "0.3.25"
@@ -19,13 +19,13 @@ kube = { version = "0.76.0", features = ["jsonpatch", "runtime", "derive"] }
1919
lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"
22-
regex = "1.7.0"
22+
regex = "1.7.1"
2323
schemars = "0.8.11"
24-
serde = { version = "1.0.148", features = ["derive"] }
25-
serde_json = "1.0.89"
26-
serde_yaml = "0.9.14"
24+
serde = { version = "1.0.152", features = ["derive"] }
25+
serde_json = "1.0.91"
26+
serde_yaml = "0.9.16"
2727
strum = { version = "0.24.1", features = ["derive"] }
28-
thiserror = "1.0.37"
28+
thiserror = "1.0.38"
2929
tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] }
3030
tracing = "0.1.37"
3131
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
@@ -34,7 +34,7 @@ tracing-opentelemetry = "0.18.0"
3434
opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
3535
opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"] }
3636
stackable-operator-derive = { path = "stackable-operator-derive" }
37-
snafu = "0.7.3"
37+
snafu = "0.7.4"
3838

3939
[dev-dependencies]
4040
rstest = "0.16.0"

stackable-operator-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ proc-macro = true
1212

1313
[dependencies]
1414
darling = "0.14.2"
15-
proc-macro2 = "1.0.47"
16-
quote = "1.0.21"
17-
syn = "1.0.105"
15+
proc-macro2 = "1.0.49"
16+
quote = "1.0.23"
17+
syn = "1.0.107"
1818

1919
[dev-dependencies]
2020
stackable-operator = { path = ".." }

0 commit comments

Comments
 (0)