mirro-rs
mirro-rs copied to clipboard
chore(deps): update rust crate chrono to v0.4.42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| chrono | dependencies | patch | 0.4.38 -> 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-linuxsupport by @arjunr2 in #1707 - Fix OpenHarmony's
tzdataparsing by @ldm0 in #1679 - Convert NaiveDate to/from days since unix epoch by @findepi in #1715
- Add
?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721 - Add
from_timestamp_secsmethod toDateTimeby @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_microsandsubsec_millismethods toTimeDeltaby @ggoetz in #1668 - Deprecate
NaiveDateTime::UNIX_EPOCHby @robertbastian in #1670 - Implement
as_seconds_f32andas_seconds_f64forTimeDeltaby @ggoetz in #1671 - chore: fix some comments by @jimmycathy in #1677
- Add
num_days_in_monthmethod toDateliketrait by @aslilac in #1673 - add
WeekdaySet, a collection ofWeekdaythat isCopyby @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
v0.4.40: 0.4.40
What's Changed
- Add Month::num_days() by @djc in #1645
- Update Windows dependencies by @kennykerr in #1646
- Feature/round_up method on DurationRound trait by @MagnumTrader in #1651
- Expose
write_toforDelayedFormatby @tugtugtug in #1654 - Update LICENSE.txt by @maximevtush in #1656
- docs: fix minor typo by @samfolo in #1659
- Use NaiveDateTime for internal tz_info methods. by @AVee in #1658
- Upgrade to windows-bindgen 0.60 by @djc in #1665
- Add quarter (%q) date string specifier by @drinkcat in #1666
v0.4.39: 0.4.39
What's Changed
- #1577: Changed years_since documentation to match its implementation by @Taxalo in #1578
- Remove obsolete weird feature guard by @djc in #1582
- Fix format::strftime docs link by @frederikhors in #1581
- Fix micros (optional) limit in and_hms_micro_opt by @qrilka in #1584
- Update windows-bindgen requirement from 0.56 to 0.57 by @dependabot in #1589
- native/date: Improve DelayedFormat doc re Panics by @behnam-oneschema in #1590
- Fix typo in rustdoc of
from_timestamp_nanos()by @sgoll in #1591 - Update windows-bindgen requirement from 0.57 to 0.58 by @dependabot in #1594
- docs: document century cutoff for %y by @MarcoGorelli in #1598
- Checked
NaiveWeekmethods by @bragov4ik in #1600 - Impl serde::Serialize and serde::Deserialize for TimeDelta by @Awpteamoose in #1599
- Derive
PartialEq,Eq,Hash,CopyandCloneonNaiveWeekby @DSeeLP in #1618 - Support ohos tzdata since ver.oh35 by @MirageLyu in #1613
- Use Formatter::pad (instead of write_str) for Weekdays by @horazont in #1621
- Fix typos by @szepeviktor in #1623
- Fix comment. by @khuey in #1624
- chore: add
#[inline]tonum_daysby @CommanderStorm in #1627 - fix typo by @futreall in #1633
- Update mod.rs by @donatik27 in #1638
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 50.4%. Comparing base (7c74989) to head (5a88967).
Additional details and impacted files
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/archlinux/Cargo.toml --package [email protected] --precise 0.4.42
error: failed to acquire package cache lock
Caused by:
failed to open: /home/ubuntu/.cargo/.package-cache
Caused by:
failed to create directory `/home/ubuntu/.cargo`
Caused by:
File exists (os error 17)