Update Rust crate time to 0.3.30
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
time (source) | dependencies | patch |
0.3.29 -> 0.3.30
|
Release Notes
time-rs/time (time)
v0.3.30
Added
-
powerfmt::smart_display::SmartDisplay
has been added for the main types in the library. These implementations ensure that values follow the requested fill, width, and alignment when usingformat!
or similar macros.Display
is implemented in terms ofSmartDisplay
.
Fixed
- Large values no longer wrap around in release mode when using
NumericalDuration
orNumericalStdDuration
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.