Skip to content
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

Bump chrono and iana-time-zone; fix use of deprecated function #74

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

cakebaker
Copy link
Collaborator

This PR bumps chrono from 0.4.26 to 0.4.38 and iana-time-zone from 0.1.56 to 0.1.60. The latter is updated to avoid having two versions of some dependencies it has in common with chrono. The PR also replaces the use of the deprecated NaiveDateTime::from_timestamp_opt() with DateTime::from_timestamp().

Copy link

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.88%. Comparing base (ba19b94) to head (bbcafc4).
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #74       +/-   ##
===========================================
+ Coverage   70.00%   85.88%   +15.88%     
===========================================
  Files           6        6               
  Lines         820      829        +9     
  Branches      190      191        +1     
===========================================
+ Hits          574      712      +138     
+ Misses        127      117       -10     
+ Partials      119        0      -119     
Flag Coverage Δ
macos_latest 85.85% <100.00%> (+15.85%) ⬆️
ubuntu_latest 85.85% <100.00%> (+16.82%) ⬆️
windows_latest 10.63% <0.00%> (+3.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

chrono: 0.4.26 -> 0.4.38
iana-time-zone: 0.1.56 -> 0.1.61
with DateTime::from_timestamp due to deprecation
@cakebaker
Copy link
Collaborator Author

Changes since last push:

  • updated iana-time-zone to 0.1.61

@sylvestre sylvestre merged commit 86d72fc into uutils:main Sep 17, 2024
16 checks passed
@cakebaker cakebaker deleted the bump_chrono branch September 17, 2024 07:39
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.

None yet

2 participants