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

cargo: bump minimum versions #1974

Merged
merged 1 commit into from Oct 14, 2019

Commits on Oct 13, 2019

  1. fix(cargo): bump minimum versions

    `bytes` is bumped due to the addition of `Bytes::advance` in 0.4.6. `h2`
    0.1.13 introduced the `.is_io()` and `into_io()` methods.
    
    Bumping `tokio-threadpool` to 0.1.16 removes a dependency on `rand` from
    the crate which reduces the size and avoids minimum version dependency
    issues in that dependency tree.
    mathstuf committed Oct 13, 2019
    Copy the full SHA
    41b73ec View commit details
    Browse the repository at this point in the history