softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Update tokio requirement from 0.1 to 0.2 #28

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on tokio to permit the latest version.

Release notes *Sourced from [tokio's releases](https://github.com/tokio-rs/tokio/releases).* > ## Tokio v0.2.1 > ### Fixes > - API docs for `TcpListener::incoming`, `UnixListener::incoming` ([#1831](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1831)). > > ### Added > - `tokio::task::LocalSet` provides a strategy for spawning `!Send` tasks ([#1733](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1733)). > - export `tokio::time::Elapsed` ([#1826](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1826)). > - impl `AsRawFd`, `AsRawHandle` for `tokio::fs::File` ([#1827](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1827)).
Commits - [`632ee50`](https://github.com/tokio-rs/tokio/commit/632ee507ba08b4e50dd080609ffd5d0fb7db1163) prepare v0.2.1 release ([#1832](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1832)) - [`7f605ee`](https://github.com/tokio-rs/tokio/commit/7f605ee27fbe8e7976b0e450620d6f8af30e0628) doc: fix and improve `incoming()` API doc ([#1831](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1831)) - [`38e602f`](https://github.com/tokio-rs/tokio/commit/38e602f4d812c196d5dc0bc245e79ccad4e77cfd) task: add `LocalSet` API for running `!Send` futures ([#1733](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1733)) - [`8e83a9f`](https://github.com/tokio-rs/tokio/commit/8e83a9f2c37fee3590d246b0420f688a0a9eea6b) chore: replace Gitter badge with Discord ([#1828](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1828)) - [`c146f48`](https://github.com/tokio-rs/tokio/commit/c146f48f0b4f1fbecb1bed3d5a32222506d50704) fs: impl AsRawFd / AsRawHandle for File ([#1827](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1827)) - [`ebf5f37`](https://github.com/tokio-rs/tokio/commit/ebf5f37989fd8cc901a771afbe73fecc7b216325) time: reexport Elapsed ([#1826](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1826)) - [`abfa857`](https://github.com/tokio-rs/tokio/commit/abfa857f09abd720358127ce66cac50087a8e009) chore: remove updating note from readme ([#1824](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1824)) - [`a81e272`](https://github.com/tokio-rs/tokio/commit/a81e2722a43ff2748ac99c1a65cd50fd00274db9) chore: prepare v0.2.0 release ([#1822](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1822)) - [`4ddc437`](https://github.com/tokio-rs/tokio/commit/4ddc4371709562d2bd1d0373f0555f7c31926e53) doc: add more doc_cfg annotations ([#1821](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1821)) - [`3ecaa6d`](https://github.com/tokio-rs/tokio/commit/3ecaa6d91cef271b4c079a2e28bc3270280bcee6) docs: improve tokio::io API documentation ([#1815](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1815)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-0.1.0...tokio-0.2.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like tokio is up-to-date now, so this is no longer needed.