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 some dependencies #259

Merged
merged 4 commits into from
Dec 14, 2023
Merged

Conversation

direc85
Copy link
Contributor

@direc85 direc85 commented Nov 5, 2023

I'm updating Whisperfish to up-to-date dependencies, this results in dependencies with different versions. This PR attempts to lessen that duplication.

What's notable here, is that Sailfish OS should have Rust 1.72.1 soon*, so currently this PR pays no attention to MSRV.

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (afb5114) 3.66% compared to head (06db57d) 3.65%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #259      +/-   ##
========================================
- Coverage   3.66%   3.65%   -0.02%     
========================================
  Files         38      38              
  Lines       2809    2818       +9     
========================================
  Hits         103     103              
- Misses      2706    2715       +9     

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

@direc85 direc85 force-pushed the update-dependencies branch from 02515fb to dd9c02e Compare November 5, 2023 23:03
@direc85 direc85 force-pushed the update-dependencies branch from dd9c02e to b8f0bae Compare November 26, 2023 13:59
@direc85 direc85 marked this pull request as ready for review November 26, 2023 14:24
@direc85
Copy link
Contributor Author

direc85 commented Nov 26, 2023

In the context of "Whisperfish is getting Rust 1.72 soon^tm", this PR is now in good enough shape to receive a proper code review. I believe @rubdos is also interested in this PR.

@direc85
Copy link
Contributor Author

direc85 commented Nov 26, 2023

I tried updating aes from 0.7 to 0.8 to (possibly) further bring down the crate count, but I quickly hit a wall with futures, so if someone else wants to tackle that, feel free to do so!

@direc85 direc85 force-pushed the update-dependencies branch from fac0005 to 4b109ab Compare November 26, 2023 17:03
@direc85 direc85 force-pushed the update-dependencies branch from 4b109ab to 06db57d Compare November 26, 2023 17:22
@direc85 direc85 changed the title Draft: Update some dependencies Update some dependencies Nov 26, 2023
@direc85
Copy link
Contributor Author

direc85 commented Nov 26, 2023

There's already #247 prepared. It looks like it applies cleanly on top of this PR and drops Whisperfish dependency count even further.

This also supersedes #257 (as some newer actix component requires Rust 1.70).

@gferon
Copy link
Collaborator

gferon commented Dec 14, 2023

LGTM, thanks a lot!

@gferon gferon merged commit 34ad911 into whisperfish:main Dec 14, 2023
12 checks passed
This was referenced Dec 15, 2023
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