-
Notifications
You must be signed in to change notification settings - Fork 96
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 cargo and other dependencies #403
base: master
Are you sure you want to change the base?
Conversation
bc43a2f
to
2765a34
Compare
Also Fixes #385 |
2765a34
to
ef25657
Compare
That one is already fixed in |
Maybe bump directly to cargo 0.83? |
That wasn't out when I made the PR. :) |
Yeah, I figured it might not have been out yet. I just tried the PR, and it works fine for me. Thanks for creating it! Hopefully, the maintainers can merge it soon. |
ef25657
to
67e0492
Compare
67e0492
to
69fc827
Compare
Ping @kbknapp, install currently throws - should be resolved by this PR:
|
69fc827
to
2964214
Compare
This updates the `time` dependency, fixing a build error with Rust >= 1.80.0.
git2-curl is also updated to v0.20.0 to satisfy dependency constraints.
2964214
to
8ba521b
Compare
Resolves #402. Resolves #401. Resolves #384. Resolves #404.
This MR updates all dependencies to their latest versions. The only update that required code changes was the
cargo
crate, which was caused by:cargo::util::Config
being renamed tocargo::util::context::GlobalContext
.cargo::sources::source::Source::query_vec()
returning aVec<IndexSummary>
instead of aVec<Summary>
.