-
Notifications
You must be signed in to change notification settings - Fork 77
Update deps with minimal changes #119
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
base: main
Are you sure you want to change the base?
Update deps with minimal changes #119
Conversation
It looks like the minimal-versions CI step can't be made to work without upgrading a few significant libraries. Since it won't break this version of the library any more than it currently is, I would suggest merging it anyway, and I'll try to update hyper, tonic and a few other big crates in another patch. |
I updated dependencies which required a minimal amount of work to upgrade.
Some of the larger libraries,
serde_yaml
,hyper
, and the Prometheus crates, would require significant code churn to get up to date, so I left them alone for now.I also updated serde deny's config to v2 format since v1 got dropped a while back.
v2 migration context
EmbarkStudios/cargo-deny#611
I also fixed a few clippy lints/deprecation warnings.