fix(deps): update rust crate chrono to v0.4.39
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
chrono | dependencies | patch |
0.4.38 -> 0.4.39
|
Release Notes
chronotope/chrono (chrono)
v0.4.39
: 0.4.39
What's Changed
- #1577: Changed years_since documentation to match its implementation by @Taxalo in https://github.com/chronotope/chrono/pull/1578
- Remove obsolete weird feature guard by @djc in https://github.com/chronotope/chrono/pull/1582
- Fix format::strftime docs link by @frederikhors in https://github.com/chronotope/chrono/pull/1581
- Fix micros (optional) limit in and_hms_micro_opt by @qrilka in https://github.com/chronotope/chrono/pull/1584
- Update windows-bindgen requirement from 0.56 to 0.57 by @dependabot in https://github.com/chronotope/chrono/pull/1589
- native/date: Improve DelayedFormat doc re Panics by @behnam-oneschema in https://github.com/chronotope/chrono/pull/1590
- Fix typo in rustdoc of
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591 - Update windows-bindgen requirement from 0.57 to 0.58 by @dependabot in https://github.com/chronotope/chrono/pull/1594
- docs: document century cutoff for %y by @MarcoGorelli in https://github.com/chronotope/chrono/pull/1598
- Checked
NaiveWeek
methods by @bragov4ik in https://github.com/chronotope/chrono/pull/1600 - Impl serde::Serialize and serde::Deserialize for TimeDelta by @Awpteamoose in https://github.com/chronotope/chrono/pull/1599
- Derive
PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in https://github.com/chronotope/chrono/pull/1618 - Support ohos tzdata since ver.oh35 by @MirageLyu in https://github.com/chronotope/chrono/pull/1613
- Use Formatter::pad (instead of write_str) for Weekdays by @horazont in https://github.com/chronotope/chrono/pull/1621
- Fix typos by @szepeviktor in https://github.com/chronotope/chrono/pull/1623
- Fix comment. by @khuey in https://github.com/chronotope/chrono/pull/1624
- chore: add
#[inline]
tonum_days
by @CommanderStorm in https://github.com/chronotope/chrono/pull/1627 - fix typo by @futreall in https://github.com/chronotope/chrono/pull/1633
- Update mod.rs by @donatik27 in https://github.com/chronotope/chrono/pull/1638
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.