Skip to content

Update Rust crate chrono to v0.4.37 #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Update Rust crate chrono to v0.4.37 #1290

merged 1 commit into from
Apr 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch =0.4.35 -> =0.4.37

Release Notes

chronotope/chrono (chrono)

v0.4.37

Compare Source

v0.4.36

Compare Source

This release un-deprecates the methods on TimeDelta that were deprecated with the 0.4.35 release because of the churn they are causing for the ecosystem.

New is the DateTime::with_time() method. As an example of when it is useful:

use chrono::{Local, NaiveTime};
// Today at 12:00:00
let today_noon = Local::now().with_time(NaiveTime::from_hms_opt(12, 0, 0).unwrap());

Additions

Deprecations

  • Revert TimeDelta deprecations (#​1543)
  • Deprecate TimeStamp::timestamp_subsec_nanos, which was missed in the 0.4.35 release (#​1486)

Documentation

  • Correct version number of deprecation notices (#​1486)
  • Fix some typos (#​1505)
  • Slightly improve serde documentation (#​1519)
  • Main documentation: simplify links and reflow text (#​1535)

Internal

  • CI: Lint benchmarks (#​1489)
  • Remove unnessary Copy and Send impls (#​1492, thanks @​erickt)
  • Backport streamlined NaiveDate unit tests (#​1500, thanks @​Zomtir)
  • Rename LocalResult to TzResolution, add alias (#​1501)
  • Update windows-bindgen to 0.55 (#​1504)
  • Avoid duplicate imports, which generate warnings on nightly (#​1507)
  • Add extra debug assertions to NaiveDate::from_yof (#​1518)
  • Some small simplifications to DateTime::date_naive and NaiveDate::diff_months (#​1530)
  • Remove unwrap in Unix Local type (#​1533)
  • Use different method to ignore feature-dependent doctests (#​1534)

Thanks to all contributors on behalf of the chrono team, @​djc and @​pitdicker!


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/chrono-0.x branch 2 times, most recently from 12c2e20 to 277918a Compare March 26, 2024 18:06
@renovate renovate bot changed the title Update Rust crate chrono to v0.4.36 Update Rust crate chrono to v0.4.36 - autoclosed Mar 26, 2024
@renovate renovate bot closed this Mar 26, 2024
@renovate renovate bot deleted the renovate/chrono-0.x branch March 26, 2024 22:52
@renovate renovate bot changed the title Update Rust crate chrono to v0.4.36 - autoclosed Update Rust crate chrono to v0.4.36 Mar 27, 2024
@renovate renovate bot reopened this Mar 27, 2024
@renovate renovate bot restored the renovate/chrono-0.x branch March 27, 2024 13:02
@renovate renovate bot changed the title Update Rust crate chrono to v0.4.36 Update Rust crate chrono to v0.4.37 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/chrono-0.x branch 5 times, most recently from ae3fdf0 to ed648d4 Compare April 1, 2024 01:26
@renovate renovate bot force-pushed the renovate/chrono-0.x branch from ed648d4 to af352c5 Compare April 2, 2024 01:28
@Turbo87 Turbo87 enabled auto-merge (squash) April 8, 2024 10:57
@Turbo87 Turbo87 merged commit 939b85b into master Apr 8, 2024
@Turbo87 Turbo87 deleted the renovate/chrono-0.x branch April 8, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant