-
Notifications
You must be signed in to change notification settings - Fork 556
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 most dependencies #286
Conversation
Thanks for the patch! This seems to be broken on Windows though, all the AppVeyor builds are busted:
Note that Windows CI builds use Line 108 in 55210fe
|
Had to add the url feature for azure. Also updated winapi to 0.3. |
I don't think this is a problem. sccache only uses bincode for communication between the client and server on the same machine, so they should always be the same version. |
👍 Going through the rebase atm |
The error type no longer implements ::std::error::Error (it implements failure::Fail instead) so I had to add a wrapper for it.
Great, thanks! I started looking at this but it was sort of a PITA. |
Rebased and updated rand and bincode as well |
Thanks again! I should probably set up dependabot now that you've done most of the hard work. :) |
Just went through and updated most dependencies of sccache, mainly small cosmetic changes but I also used reqwest instead of
hyper::Client
in more places to be able to remove the explicit hyper-tls usage.cargo outdated -R
Avoided updating
bincode
since there maybe be versioning issues(?).hyper-0.11
is also neededreqwest
(no version has been release withhyper-0.12
yet) so I left it alone.