utsaslab / rustfs

A Rust user-space file system [WIP]
Other
28 stars 7 forks source link

Update tokio requirement from 0.1.13 to 0.2.1 in /spdk-rs #41

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on tokio to permit the latest version.

Commits - [`62f34e1`](https://github.com/tokio-rs/tokio/commit/62f34e15ce6294f6273c33548772a70d76f2ea61) Bump `tokio` to 0.1.19. ([#1053](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1053)) - [`3ebca76`](https://github.com/tokio-rs/tokio/commit/3ebca76a9a3c67cb1a654c7dc0a0af851cfe14ca) trace: prepare tokio-trace for release ([#1051](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1051)) - [`fea1f78`](https://github.com/tokio-rs/tokio/commit/fea1f780bc1c6a6e6db821572226a662fd98c450) threadpool: add panic_handler ([#1052](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1052)) - [`712ca84`](https://github.com/tokio-rs/tokio/commit/712ca840336c67a61e822036607289c22ea5a2c3) trace-core: prepare for 0.2 release ([#1047](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1047)) - [`cf06621`](https://github.com/tokio-rs/tokio/commit/cf0662199822c848b376db4973c7dbae30303c4e) tokio-sync: Add async mutual exclusion primitive ([#964](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/964)) - [`7e51ab0`](https://github.com/tokio-rs/tokio/commit/7e51ab05e95cef00204ab18523de45f37d9687d3) buf: Add IntoStream ([#1048](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1048)) - [`4bfa4ff`](https://github.com/tokio-rs/tokio/commit/4bfa4ffcdfefd767d30a27fab603db29c1841508) trace-core: Dispatchers unset themselves ([#1033](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1033)) - [`88b9426`](https://github.com/tokio-rs/tokio/commit/88b942652c69c290656a33e0f3c9f9241e822ca4) async-await: fix examples ([#1050](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1050)) - [`5029e80`](https://github.com/tokio-rs/tokio/commit/5029e80a897edabef99a90989a8aea12c91fdd4d) async-await: update to new futures_api ([#1049](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1049)) - [`847fb59`](https://github.com/tokio-rs/tokio/commit/847fb59b17d8e9786abfdac474ad59e120a94254) trace-core: Introduce callsite classification in metadata ([#1046](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1046)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-0.1.13...tokio-0.1.19)


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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)