Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dependencies): use correct minimum versions (#1974)
`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.
- Loading branch information