Commit 1a0f361
committed
Update All dependencies (patch only) (#511)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [chrono](https://togithub.com/chronotope/chrono) | dependencies | patch | `0.4.22` -> `0.4.23` |
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.0.22` -> `4.0.26` |
| [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | patch | `v1.34.0` -> `v1.34.1` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.87` -> `1.0.89` |
---
### Release Notes
<details>
<summary>chronotope/chrono</summary>
### [`v0.4.23`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.23): 0.4.23
[Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.22...v0.4.23)
0.4.23 is the next 0.4 release of the popular chrono date and time library for Rust. After the 0.4.20-0.4.22 series that brought chrono back to life after a long hiatus, development has been fairly quiet, allowing us to start planning changes for the 0.5.0 release. As such, we've started deprecating some APIs that are likely to be removed in 0.5. If you have any feedback on these changes, please let us know in the issue tracker!
##### Deprecations
- Deprecate methods that have an `_opt()` alternative ([#​827](https://togithub.com/chronotope/chrono/issues/827))
- Deprecate usage of the `Date<Tz>` type ([#​851](https://togithub.com/chronotope/chrono/issues/851))
##### Features
- Optimize RFC 3339 (and RFC 2822) encoding ([#​844](https://togithub.com/chronotope/chrono/issues/844), thanks to [@​conradludgate](https://togithub.com/conradludgate))
- Addition and subtraction with the `Days` type ([#​784](https://togithub.com/chronotope/chrono/issues/784))
- Add `NaiveDateTime::from_timestamp_millis(_opt)` ([#​818](https://togithub.com/chronotope/chrono/issues/818), thanks to [@​Pscheidl](https://togithub.com/Pscheidl) -- backported in [#​823](https://togithub.com/chronotope/chrono/issues/823))
- Allow for changing TZ variable and cache it for `Local` timezone ([#​853](https://togithub.com/chronotope/chrono/issues/853))
- Add optional support for the `arbitrary::Arbitrary` trait ([#​849](https://togithub.com/chronotope/chrono/issues/849), thanks to [@​greyblake](https://togithub.com/greyblake) and [@​asayers](https://togithub.com/asayers))
##### Fixes
- Support tzdb location on AIX ([#​826](https://togithub.com/chronotope/chrono/issues/826))
- Fix warnings in documentation ([#​847](https://togithub.com/chronotope/chrono/issues/847))
On behalf of [@​esheppa](https://togithub.com/esheppa) and [@​djc](https://togithub.com/djc), thanks to all contributors!
</details>
<details>
<summary>clap-rs/clap</summary>
### [`v4.0.26`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4026---2022-11-16)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.25...v4.0.26)
##### Fixes
- *(error)* Fix typos in `ContextKind::as_str`
### [`v4.0.25`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4025---2022-11-15)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.24...v4.0.25)
##### Features
- *(error)* Report available subcommands when required subcommand is missing
### [`v4.0.24`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4024---2022-11-14)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.23...v4.0.24)
##### Fixes
- Avoid panic when printing an argument that isn't built
### [`v4.0.23`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​4023---2022-11-11)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.22...v4.0.23)
##### Fixes
- Don't panic on reporting invalid-long errors when followed by invalid UTF8
- *(help)* Clarified argument to `help` subcommand
</details>
<details>
<summary>reviewdog/action-actionlint</summary>
### [`v1.34.1`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.1)
[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.0...v1.34.1)
v1.34.1: PR [#​92](https://togithub.com/reviewdog/action-actionlint/issues/92) - chore(deps): update alpine docker tag to v3.17
</details>
<details>
<summary>serde-rs/json</summary>
### [`v1.0.89`](https://togithub.com/serde-rs/json/releases/tag/v1.0.89)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.88...v1.0.89)
- Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point ([#​953](https://togithub.com/serde-rs/json/issues/953))
### [`v1.0.88`](https://togithub.com/serde-rs/json/releases/tag/v1.0.88)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.87...v1.0.88)
- Optimize serde_json::Map's implementation of `append` and `clone_from` ([#​952](https://togithub.com/serde-rs/json/issues/952), thanks [@​Lucretiel](https://togithub.com/Lucretiel))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC40IiwidXBkYXRlZEluVmVyIjoiMzQuMzAuNCJ9-->1 parent 7fd527c commit 1a0f361
2 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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments