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

Update dependencies to their latest versions #134

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

AlexTMjugador
Copy link
Contributor

This is specially relevant for users that try to combine chrono-tz v0.10.x with rrule, as otherwise several versions of chrono-tz can be pulled into a project, which is both inefficient (could cause two sets of timezone information to be embedded in the resulting binaries) and confusing (different chrono-tz versions have different versions of the same types, which makes it more cumbersome to interoperate with rrule).

MSRV was bumped to 1.81 because the latest version of home, a transitive build dependency pulled by afl, requires that Rust version.

@AlexTMjugador
Copy link
Contributor Author

The reported Clippy lint failures should be fixed by #131.

@fmeringdal
Copy link
Owner

fmeringdal commented Jan 26, 2025

Thank you for your contributions @AlexTMjugador ! Can you please rebase your open PRs onto main now that the clippy lint fix PR is merged?

@AlexTMjugador
Copy link
Contributor Author

Thanks for the review! I've just rebased all my open PRs 👍

@fmeringdal fmeringdal merged commit fa6a5fb into fmeringdal:main Jan 27, 2025
8 checks passed
@AlexTMjugador AlexTMjugador deleted the chore/dep-refresh branch January 28, 2025 09:14
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.

2 participants