Update Rust crate chrono to 0.4.32 #105

Merged
kjuulh merged 1 commits from renovate/all into main 2024-01-22 23:59:06 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.31 -> 0.4.32

Release Notes

chronotope/chrono

v0.4.32

Compare Source

What's Changed

Full Changelog: https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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.31` -> `0.4.32` | --- ### Release Notes <details> <summary>chronotope/chrono</summary> ### [`v0.4.32`](https://github.com/chronotope/chrono/releases/tag/v0.4.32) [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32) #### What's Changed - improve doc comment and tests for timestamp_nanos_opt by [@&#8203;mlegner](https://github.com/mlegner) in https://github.com/chronotope/chrono/pull/1299 - Export `Archived*` types in `rkyv` module by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1304 - Switch to `doc_auto_cfg` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1305 - duplicate derives on ArchivedT types (for rkyv feature) by [@&#8203;Awpteamoose](https://github.com/Awpteamoose) in https://github.com/chronotope/chrono/pull/1271 - Deprecate standalone `format` functions by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1306 - Add benchmark for `DateTime::with_*` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1309 - Don't let `unstable-locales` imply the `alloc` feature by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1307 - Remove `format::{format_localized, format_item_localized}` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1311 - Add `NaiveTime::overflowing_(add|sub)_offset` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1310 - Fix `*_DAYS_FROM_YEAR_0` calculation by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1312 - Add `NaiveDateTime::checked_(add|sub)_offset` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1313 - `(overflowing|checked)_(add|sub)_offset` implementations by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1069 - tests calling date command set env LC_ALL by [@&#8203;jtmoon79](https://github.com/jtmoon79) in https://github.com/chronotope/chrono/pull/1315 - Update `deny.toml` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1320 - Document panics in `Add`/`Sub` impls and use `expect` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1316 - Fix panic in `TimeZone::from_local_datetime` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1071 - Add `DateTime::to_utc` by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1325 - Fix out of range panics in `DateTime` getters and setters by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1317 - Inline `write_rfc2822_inner`, don't localize by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1322 - Documentation tweaks by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1274 - Remove unnecessary feature gate by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1329 - Fix quotes in docs.rs feature list by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1326 - Duration features part 1 by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1327 - Make methods on `NaiveDateTime` const where possible by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1286 - Fix `Duration::MIN.abs()` (adjust `Duration::MIN` by 1 millisecond) by [@&#8203;pitdicker](https://github.com/pitdicker) in https://github.com/chronotope/chrono/pull/1334 - archive derive of PartialEq for rkyv - 0.4.x by [@&#8203;mkatychev](https://github.com/mkatychev) in https://github.com/chronotope/chrono/pull/959 - Bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/chronotope/chrono/pull/1346 - test.yml remove errant `with: node-version` by [@&#8203;jtmoon79](https://github.com/jtmoon79) in https://github.com/chronotope/chrono/pull/1352 - Bump MSRV to 1.60 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1347 - Split `clock` feature into `clock` and `now` by [@&#8203;mmastrac](https://github.com/mmastrac) in https://github.com/chronotope/chrono/pull/1343 - Update windows-targets requirement from 0.48 to 0.52 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/chronotope/chrono/pull/1360 - Add From<NaiveDate> for NaiveDateTime by [@&#8203;dcechano](https://github.com/dcechano) in https://github.com/chronotope/chrono/pull/1355 - Add from_timestamp_nanos by [@&#8203;Ali-Mirghasemi](https://github.com/Ali-Mirghasemi) in https://github.com/chronotope/chrono/pull/1357 - Silence clippy lint for test code by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1362 - Expose rkyv features as features for chrono users. by [@&#8203;gz](https://github.com/gz) in https://github.com/chronotope/chrono/pull/1368 - docs: Improve deprecation of `TimeZone::datetime_from_str` by [@&#8203;tmccombs](https://github.com/tmccombs) in https://github.com/chronotope/chrono/pull/1342 - Add Months::num_months() and num_years() by [@&#8203;danwilliams](https://github.com/danwilliams) in https://github.com/chronotope/chrono/pull/1373 - CI Linting: Fix missing sources checkout in `toml` job. by [@&#8203;gibbz00](https://github.com/gibbz00) in https://github.com/chronotope/chrono/pull/1371 - Add from_timestamp_millis to DateTime<Utc> by [@&#8203;xmakro](https://github.com/xmakro) in https://github.com/chronotope/chrono/pull/1374 - Fix typos in Datelike impl for DateTime by [@&#8203;ElectrifyPro](https://github.com/ElectrifyPro) in https://github.com/chronotope/chrono/pull/1376 - Prepare 0.4.32 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1378 - Update windows-bindgen to 0.52 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1379 **Full Changelog**: https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32 </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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 added 1 commit 2024-01-22 23:32:12 +01:00
Update Rust crate chrono to 0.4.32
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
99be053baa
kjuulh merged commit 99be053baa into main 2024-01-22 23:59:06 +01: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#105
No description provided.