nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

Update tokio requirement from =0.1 to =0.2 #25

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.0 > A major breaking change. Most implementation and APIs have changed one way or > another. This changelog entry contains a highlight > > ### Changed > - APIs are updated to use `async / await`. > - most `tokio-*` crates are collapsed into this crate. > - Scheduler is rewritten. > - `tokio::spawn` returns a `JoinHandle`. > - A single I/O / timer is used per runtime. > - I/O driver uses a concurrent slab for allocating state. > - components are made available via feature flag. > - Use `bytes` 0.5 > - `tokio::codec` is moved to `tokio-util`. > > ### Removed > - Standalone `timer` and `net` drivers are removed, use `Runtime` instead > - `current_thread` runtime is removed, use `tokio::runtime::Runtime` with > `basic_scheduler` instead.
Commits - [`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)) - [`0bc68ad`](https://github.com/tokio-rs/tokio/commit/0bc68adb34fb981f213b81abac63d6375e513d48) tokio: remove performance regression notice ([#1817](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1817)) - [`e20dff3`](https://github.com/tokio-rs/tokio/commit/e20dff39ce3eaba7ec40e3ecbbd5e737d07427eb) process: do not kill spawned processes on drop ([#1814](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1814)) - [`7b4c999`](https://github.com/tokio-rs/tokio/commit/7b4c999341809588a427a9a80d310ee4aa1c1a21) default all feature flags to off ([#1811](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1811)) - [`e1b1e21`](https://github.com/tokio-rs/tokio/commit/e1b1e216c506a01a1f4ca579adae02f85b8db82b) ci: bring back build tests ([#1813](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1813)) - [`7cd63fb`](https://github.com/tokio-rs/tokio/commit/7cd63fb94608ce8c70b8a7a7a4118cba658b3bcc) ci: use -Z avoid-dev-deps in features check instead of --no-dev-deps ([#1812](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1812)) - [`bf741fe`](https://github.com/tokio-rs/tokio/commit/bf741fec359736d465fa588d8feea1a48e19c055) ci: generate docs ([#1810](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1810)) - [`9b2aa14`](https://github.com/tokio-rs/tokio/commit/9b2aa14bb185f552f0842319e7fbbfe0bd9b3dc6) docs: annotate io mod with doc_cfg ([#1808](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1808)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-0.1.0...tokio-0.2.0)


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

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot-preview[bot] commented 4 years ago

Superseded by #42.