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 most dependencies. #6562

Closed
wants to merge 1 commit into from
Closed

Update most dependencies. #6562

wants to merge 1 commit into from

Commits on Jul 6, 2015

  1. Update most dependencies.

    This excludes
    
    * layers, as its latest commits have an API change we still need to adapt to;
    * hyper, as it gained a dependency on the solicit crate, which triggers an ICE
      in the current rustc (<rust-lang/rust#26805>);
    * websocket, as it depends on a hyper API change;
    * tenacious, as it has not yet been updated to the current rustc
      (<Manishearth/rust-tenacious#6>).
    
    Unfortunately, this adds a third copy of bitflags to our dependencies; I've
    created pull requests to the guilty dependencies:
    <sfackler/rust-openssl#236> and
    <servo/cocoa-rs#94>.
    Ms2ger committed Jul 6, 2015
You can’t perform that action at this time.