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

apiclient: update to use new futures, hyper, and tokio #809

Merged
merged 4 commits into from
Mar 2, 2020

Commits on Mar 2, 2020

  1. apiclient: update to use new futures, hyper, and tokio

    hyperlocal hasn't been updated to use the new hyper, so we switch to
    hyper-unix-connector, which is essentially the same thing.
    tjkirch committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    1665309 View commit details
    Browse the repository at this point in the history
  2. Update Rust dependencies

    This is a `cargo update`, followed by updating dependencies found through
    `cargo outdated -w` and removing unused dependencies found by
    `cargo +nightly udeps --workspace`.
    
    The manual updates are:
    * nix to 0.17; no important changes
    * http to 0.2; no important changes
    * reqwest to 0.10; we now use the 'blocking' module since we only use reqwest synchronously
    * gptman to 0.6.1; no important changes
    tjkirch committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    d802422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    413b93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9592ce0 View commit details
    Browse the repository at this point in the history