Update all dependencies #46

Merged
kjuulh merged 1 commits from renovate/all into main 2023-06-20 18:42:01 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.24 -> 0.4.26
clap dependencies patch 4.3.0 -> 4.3.5
graphql_client dependencies minor 0.12.0 -> 0.13.0
serde (source) dependencies patch 1.0.163 -> 1.0.164

Release Notes

chronotope/chrono

v0.4.26: 0.4.26

Compare Source

The changes from #​807 we merged for 0.4.25 unfortunately restricted parsing in a way that was incompatible with earlier 0.4.x releases. We reverted this in #​1113. A small amount of other changes were merged since.

Thanks on behalf of the chrono team (@​djc and @​esheppa) to all contributors!

v0.4.25: 0.4.25

Compare Source

Time for another maintenance release. This release bumps the MSRV to 1.56; given MSRV bumps in chrono's dependencies (notably for syn 2), we felt that it no longer made sense to support any older versions. Feedback welcome in our issue tracker!

Additions
Fixes
Refactoring
Documentation
Internal improvements

On behalf of @​djc and @​esheppa, thanks to all contributors!

clap-rs/clap

v4.3.5

Compare Source

  • ColorChoice::possible_values is added to simplify things for builder users
Fixes
  • ColorChoice::to_possible_value no longer includes descriptions, encouraging shorter help where possible

v4.3.4

Compare Source

Features
  • Add Error::exit_code

v4.3.3

Compare Source

Features
  • Command::defer for delayed initialization of subcommands to reduce startup times of large applications like deno

v4.3.2

Compare Source

Fixes
  • (derive) Don't produce unused_equalifications warnings when someone brings a clap type into scope

v4.3.1

Compare Source

Performance
  • (derive) Reduce the amount of generated code
graphql-rust/graphql-client

v0.13.0

Compare Source

  • Add support for @oneOf
  • Update Ubuntu image for CI
serde-rs/serde

v1.0.164

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.24` -> `0.4.26` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.3.0` -> `4.3.5` | | [graphql_client](https://github.com/graphql-rust/graphql-client) | dependencies | minor | `0.12.0` -> `0.13.0` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.163` -> `1.0.164` | --- ### Release Notes <details> <summary>chronotope/chrono</summary> ### [`v0.4.26`](https://github.com/chronotope/chrono/releases/tag/v0.4.26): 0.4.26 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26) The changes from [#&#8203;807](https://github.com/chronotope/chrono/issues/807) we merged for 0.4.25 unfortunately restricted parsing in a way that was incompatible with earlier 0.4.x releases. We reverted this in [#&#8203;1113](https://github.com/chronotope/chrono/issues/1113). A small amount of other changes were merged since. - Update README ([#&#8203;1111](https://github.com/chronotope/chrono/issues/1111), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Revert backport of [#&#8203;807](https://github.com/chronotope/chrono/issues/807) ([#&#8203;1113](https://github.com/chronotope/chrono/issues/1113), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Update to 2021 edition ([#&#8203;1109](https://github.com/chronotope/chrono/issues/1109), thanks to [@&#8203;tottoto](https://github.com/tottoto)) - Fix `DurationRound` panics from issue [#&#8203;1010](https://github.com/chronotope/chrono/issues/1010) ([#&#8203;1093](https://github.com/chronotope/chrono/issues/1093), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - tests: date path consolidate (branch 0.4.x) ([#&#8203;1090](https://github.com/chronotope/chrono/issues/1090), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Parse tests nanosecond bare dot (branch 0.4.x) ([#&#8203;1098](https://github.com/chronotope/chrono/issues/1098), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - yamllint cleanup lint.yml test.yml ([#&#8203;1102](https://github.com/chronotope/chrono/issues/1102), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Remove num-iter dependency ([#&#8203;1107](https://github.com/chronotope/chrono/issues/1107), thanks to [@&#8203;tottoto](https://github.com/tottoto)) Thanks on behalf of the chrono team ([@&#8203;djc](https://github.com/djc) and [@&#8203;esheppa](https://github.com/esheppa)) to all contributors! ### [`v0.4.25`](https://github.com/chronotope/chrono/releases/tag/v0.4.25): 0.4.25 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.24...v0.4.25) Time for another maintenance release. This release bumps the MSRV to 1.56; given MSRV bumps in chrono's dependencies (notably for syn 2), we felt that it no longer made sense to support any older versions. Feedback welcome in our issue tracker! ##### Additions - Bump the MSRV to 1.56 ([#&#8203;1053](https://github.com/chronotope/chrono/issues/1053)) - Apply comments from MSRV bump ([#&#8203;1026](https://github.com/chronotope/chrono/issues/1026), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Remove num-integer dependency ([#&#8203;1037](https://github.com/chronotope/chrono/issues/1037), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `NaiveDateTime::and_utc()` method ([#&#8203;952](https://github.com/chronotope/chrono/issues/952), thanks to [@&#8203;klnusbaum](https://github.com/klnusbaum)) - derive `Hash` for most pub types that also derive `PartialEq` ([#&#8203;938](https://github.com/chronotope/chrono/issues/938), thanks to [@&#8203;bruceg](https://github.com/bruceg)) - Add `parse_and_remainder()` methods ([#&#8203;1011](https://github.com/chronotope/chrono/issues/1011), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `DateTime::fix_offset()` ([#&#8203;1030](https://github.com/chronotope/chrono/issues/1030), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `#[track_caller]` to `LocalResult::unwrap` ([#&#8203;1046](https://github.com/chronotope/chrono/issues/1046), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `#[must_use]` to some methods ([#&#8203;1007](https://github.com/chronotope/chrono/issues/1007), thanks to [@&#8203;aceArt-GmbH](https://github.com/aceArt-GmbH)) - Implement `PartialOrd` for `Month` ([#&#8203;999](https://github.com/chronotope/chrono/issues/999), thanks to [@&#8203;Munksgaard](https://github.com/Munksgaard)) - Add `impl From<NaiveDateTime> for NaiveDate` ([#&#8203;1012](https://github.com/chronotope/chrono/issues/1012), thanks to [@&#8203;pezcore](https://github.com/pezcore)) - Extract timezone info from tzdata file on Android ([#&#8203;978](https://github.com/chronotope/chrono/issues/978), thanks to [@&#8203;RumovZ](https://github.com/RumovZ)) ##### Fixes - Prevent string slicing inside char boundaries ([#&#8203;1024](https://github.com/chronotope/chrono/issues/1024), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - fix IsoWeek so that its flags are always correct ([#&#8203;991](https://github.com/chronotope/chrono/issues/991), thanks to [@&#8203;moshevds](https://github.com/moshevds)) - Fix out-of-range panic in `NaiveWeek::last_day` ([#&#8203;1070](https://github.com/chronotope/chrono/issues/1070), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Use correct offset in conversion from `Local` to `FixedOffset` ([#&#8203;1041](https://github.com/chronotope/chrono/issues/1041), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix military timezones in RFC 2822 parsing ([#&#8203;1013](https://github.com/chronotope/chrono/issues/1013), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Guard against overflow in NaiveDate::with_\*0 methods ([#&#8203;1023](https://github.com/chronotope/chrono/issues/1023), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix panic in from_num_days_from_ce_opt ([#&#8203;1052](https://github.com/chronotope/chrono/issues/1052), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) ##### Refactoring - Rely on std for getting local time offset ([#&#8203;1072](https://github.com/chronotope/chrono/issues/1072), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Make functions in internals const ([#&#8203;1043](https://github.com/chronotope/chrono/issues/1043), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Refactor windows module in `Local` ([#&#8203;992](https://github.com/chronotope/chrono/issues/992), thanks to [@&#8203;nekevss](https://github.com/nekevss)) - Simplify from_timestamp_millis, from_timestamp_micros ([#&#8203;1032](https://github.com/chronotope/chrono/issues/1032), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Backport [#&#8203;983](https://github.com/chronotope/chrono/issues/983) and [#&#8203;1000](https://github.com/chronotope/chrono/issues/1000) ([#&#8203;1063](https://github.com/chronotope/chrono/issues/1063), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) ##### Documentation - Backport documentation improvements ([#&#8203;1066](https://github.com/chronotope/chrono/issues/1066), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add documentation for %Z quirk ([#&#8203;1051](https://github.com/chronotope/chrono/issues/1051), thanks to [@&#8203;campbellcole](https://github.com/campbellcole)) - Add an example to Weekday ([#&#8203;1019](https://github.com/chronotope/chrono/issues/1019), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) ##### Internal improvements - Gate test on `clock` feature ([#&#8203;1061](https://github.com/chronotope/chrono/issues/1061), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - CI: Also run tests with `--no-default-features` ([#&#8203;1059](https://github.com/chronotope/chrono/issues/1059), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Prevent `bench_year_flags_from_year` from being optimized out ([#&#8203;1034](https://github.com/chronotope/chrono/issues/1034), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix test_leap_second during DST transition ([#&#8203;1064](https://github.com/chronotope/chrono/issues/1064), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix warnings when running tests on Windows ([#&#8203;1038](https://github.com/chronotope/chrono/issues/1038), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix tests on AIX ([#&#8203;1028](https://github.com/chronotope/chrono/issues/1028), thanks to [@&#8203;ecnelises](https://github.com/ecnelises)) - Fix doctest warnings, remove mention of deprecated methods from main doc ([#&#8203;1081](https://github.com/chronotope/chrono/issues/1081), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Reformat `test_datetime_parse_from_str` ([#&#8203;1078](https://github.com/chronotope/chrono/issues/1078), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - GitHub yml shell `set -eux`, use bash ([#&#8203;1103](https://github.com/chronotope/chrono/issues/1103), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - test: explicitly set `LANG` to `c` in gnu `date` ([#&#8203;1089](https://github.com/chronotope/chrono/issues/1089), thanks to [@&#8203;scarf005](https://github.com/scarf005)) - Switch test to `TryFrom` ([#&#8203;1086](https://github.com/chronotope/chrono/issues/1086), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add test for issue 551 ([#&#8203;1020](https://github.com/chronotope/chrono/issues/1020), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - RFC 2822 single-letter obsolete tests ([#&#8203;1014](https://github.com/chronotope/chrono/issues/1014), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - \[CI] Lint Windows target and documentation links ([#&#8203;1062](https://github.com/chronotope/chrono/issues/1062), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - add test_issue\_866 ([#&#8203;1077](https://github.com/chronotope/chrono/issues/1077), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Remove AUTHORS metadata ([#&#8203;1074](https://github.com/chronotope/chrono/issues/1074)) On behalf of [@&#8203;djc](https://github.com/djc) and [@&#8203;esheppa](https://github.com/esheppa), thanks to all contributors! </details> <details> <summary>clap-rs/clap</summary> ### [`v4.3.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;435---2023-06-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5) - `ColorChoice::possible_values` is added to simplify things for builder users ##### Fixes - `ColorChoice::to_possible_value` no longer includes descriptions, encouraging shorter help where possible ### [`v4.3.4`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;434---2023-06-14) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.3...v4.3.4) ##### Features - Add `Error::exit_code` ### [`v4.3.3`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;433---2023-06-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.2...v4.3.3) ##### Features - `Command::defer` for delayed initialization of subcommands to reduce startup times of large applications like deno ### [`v4.3.2`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;432---2023-06-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.1...v4.3.2) ##### Fixes - *(derive)* Don't produce `unused_equalifications` warnings when someone brings a clap type into scope ### [`v4.3.1`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;431---2023-06-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.0...v4.3.1) ##### Performance - *(derive)* Reduce the amount of generated code </details> <details> <summary>graphql-rust/graphql-client</summary> ### [`v0.13.0`](https://github.com/graphql-rust/graphql-client/blob/HEAD/CHANGELOG.md#&#8203;0130---2023-05-25) [Compare Source](https://github.com/graphql-rust/graphql-client/compare/0.12.0...0.13.0) - Add support for `@oneOf` - Update Ubuntu image for CI </details> <details> <summary>serde-rs/serde</summary> ### [`v1.0.164`](https://github.com/serde-rs/serde/releases/tag/v1.0.164) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) - Allowed enum variants to be individually marked as untagged ([#&#8203;2403](https://github.com/serde-rs/serde/issues/2403), thanks [@&#8203;dewert99](https://github.com/dewert99)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh force-pushed renovate/all from 73d4238083 to dddde9cf15 2023-05-30 12:35:30 +02:00 Compare
kjuulh changed title from Update Rust crate chrono to 0.4.25 to Update all dependencies 2023-05-30 12:35:30 +02:00
kjuulh force-pushed renovate/all from dddde9cf15 to c5debb9942 2023-05-30 22:13:31 +02:00 Compare
kjuulh force-pushed renovate/all from c5debb9942 to eed189bf94 2023-06-07 23:59:56 +02:00 Compare
kjuulh force-pushed renovate/all from eed189bf94 to a90e27a6c2 2023-06-08 07:43:03 +02:00 Compare
kjuulh force-pushed renovate/all from a90e27a6c2 to c144b22f1f 2023-06-09 17:17:40 +02:00 Compare
kjuulh force-pushed renovate/all from c144b22f1f to 8c1ef6f872 2023-06-14 16:42:30 +02:00 Compare
kjuulh force-pushed renovate/all from 8c1ef6f872 to be6c24802c 2023-06-20 18:19:58 +02:00 Compare
kjuulh merged commit 067585c325 into main 2023-06-20 18:42:01 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/github-status#46
No description provided.