Skip to content

Update Rust crate chrono to v0.4.20 #5051

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
Aug 5, 2022
Merged

Update Rust crate chrono to v0.4.20 #5051

merged 1 commit into from
Aug 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch =0.4.19 -> =0.4.20

Release Notes

chronotope/chrono

v0.4.20

Compare Source

  • Add more formatting documentation and examples.
  • Add support for microseconds timestamps serde serialization/deserialization (#​304)
  • Fix DurationRound is not TZ aware (#​495)
  • Implement DurationRound for NaiveDateTime
  • Implement std::iter::Sum for Duration
  • Add DateTime::from_local() to construct from given local date and time (#​572)
  • Add a function that calculates the number of years elapsed between now and a given Date or DateTime (#​557)
  • Correct build for wasm32-unknown-emscripten target (#​568)
  • Change Local::now() and Utc::now() documentation from "current date" to "current date and time" (#​647)
  • Fix duration_round panic on rounding by Duration::zero() (#​658)
  • Add optional rkyv support.
  • Add support for microseconds timestamps serde serialization for NaiveDateTime.
  • Add support for optional timestamps serde serialization for NaiveDateTime.
  • Fix build for wasm32-unknown-emscripten (@​yu-re-ka #​593)
  • Make ParseErrorKind public and available through ParseError::kind() (#​588)
  • Implement DoubleEndedIterator for NaiveDateDaysIterator and NaiveDateWeeksIterator
  • Fix panicking when parsing a DateTime (@​botahamec)
  • Add support for getting week bounds based on a specific NaiveDate and a Weekday (#​666)
  • Remove libc dependency from Cargo.toml.
  • Add the and_local_timezone method to NaiveDateTime
  • Fix the behavior of Duration::abs() for negative durations with non-zero nanos
  • Add compatibility with rfc2822 comments (#​733)
  • Make js-sys and wasm-bindgen enabled by default when target is wasm32-unknown-unknown for ease of API discovery
  • Add the Months struct and associated Add and Sub impls

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@jtgeibel jtgeibel merged commit 97058ff into master Aug 5, 2022
@jtgeibel jtgeibel deleted the renovate/chrono-0.x branch August 5, 2022 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant