Update Rust crate time to 0.3.34
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
time (source) | dependencies | patch |
0.3.31 -> 0.3.34
|
Release Notes
time-rs/time (time)
v0.3.34
Fixed
Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and v0.3.33.
v0.3.33
Fixed
Builds targeting wasm32-unknown-unknown
now work again.
v0.3.32
Added
- Methods to replace the day of the year.
Date::replace_ordinal
PrimitiveDateTime::replace_ordinal
OffsetDateTime::replace_ordinal
- Modules to treat an
OffsetDateTime
as a Unix timestamp with subsecond precision for serde.time::serde::timestamp::milliseconds
time::serde::timestamp::microseconds
time::serde::timestamp::nanoseconds
Changed
-
Duration::time_fn
is deprecated.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot