Update Rust crate chrono to v0.4.42
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
chrono | dependencies | patch |
0.4.40 -> 0.4.42
|
Release Notes
chronotope/chrono (chrono)
v0.4.42
: 0.4.42
What's Changed
- Add fuzzer for DateTime::parse_from_str by @tyler92 in #1700
- Fix wrong amount of micro/milliseconds by @nmlt in #1703
- Add warning about MappedLocalTime and wasm by @lutzky in #1702
- Fix incorrect parsing of fixed-length second fractions by @chris-leach in #1705
- Fix cfgs for
wasm32-linux
support by @arjunr2 in #1707 - Fix OpenHarmony's
tzdata
parsing by @ldm0 in #1679 - Convert NaiveDate to/from days since unix epoch by @findepi in #1715
- Add
?Sized
bound to related methods ofDelayedFormat::write_to
by @Huliiiiii in #1721 - Add
from_timestamp_secs
method toDateTime
by @jasonaowen in #1719 - Migrate to core::error::Error by @benbrittain in #1704
- Upgrade to windows-bindgen 0.63 by @djc in #1730
- strftime: simplify error handling by @djc in #1731
v0.4.41
What's Changed
- Add
subsec_micros
andsubsec_millis
methods toTimeDelta
by @ggoetz in #1668 - Deprecate
NaiveDateTime::UNIX_EPOCH
by @robertbastian in #1670 - Implement
as_seconds_f32
andas_seconds_f64
forTimeDelta
by @ggoetz in #1671 - chore: fix some comments by @jimmycathy in #1677
- Add
num_days_in_month
method toDatelike
trait by @aslilac in #1673 - add
WeekdaySet
, a collection ofWeekday
that isCopy
by @Kinrany in #1676 - WeekdaySet tweaks by @djc in #1680
- Upgrade to windows-bindgen 0.61 by @djc in #1682
- Implemented a consistent Eq trait for NaiveWeek by @Splashling1789 in #1687
- TimeZone::from_posix_tz: Treat empty TZ variable as UTC by @drinkcat in #1691
- Add support for lossy format strings by @Qelxiros in #1693
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Óscar García Amor