antifuchs / ratelimit_futures

Rate-limiting for rust futures v0.1
MIT License
5 stars 2 forks source link

Update futures-timer requirement from 0.1.1 to 0.3.0 #7

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on futures-timer to permit the latest version.

Commits - [`27e8bda`](https://github.com/rustasync/futures-timer/commit/27e8bdacd9d600152c8e4e5e35e57890620202b1) (cargo-release) version 0.3.0 - [`52ef2a5`](https://github.com/rustasync/futures-timer/commit/52ef2a5e8d88c0c656d6ad7ff99abe4fb192ecc2) impl Stream for TimeoutStream ([#23](https://github-redirect.dependabot.com/alexcrichton/futures-timer/issues/23)) - [`a8b2fc2`](https://github.com/rustasync/futures-timer/commit/a8b2fc25663bb2df05a6f5515959f367ea04827f) Add a name to the thread ([#25](https://github-redirect.dependabot.com/alexcrichton/futures-timer/issues/25)) - [`af9669a`](https://github.com/rustasync/futures-timer/commit/af9669a41f5345da3c8a9dacf028b5a04c4d0b38) Add tests for ext traits + rename traits ([#18](https://github-redirect.dependabot.com/alexcrichton/futures-timer/issues/18)) - [`239d481`](https://github.com/rustasync/futures-timer/commit/239d4817ec36ef8761ee6b197e56ba4ce83e037f) Update changelog - [`6443380`](https://github.com/rustasync/futures-timer/commit/6443380ff57f9b4f339b51deee573c10a5fe5445) (cargo-release) version 0.2.1 - [`b2dff8d`](https://github.com/rustasync/futures-timer/commit/b2dff8d20ce0350a6a462a91a1fdc5d8d634107a) Debug impls ([#20](https://github-redirect.dependabot.com/alexcrichton/futures-timer/issues/20)) - [`994c6d8`](https://github.com/rustasync/futures-timer/commit/994c6d8328b03cd6fc97157943748ff7b953cfda) Update build location to rustasync/... so badge works ([#19](https://github-redirect.dependabot.com/alexcrichton/futures-timer/issues/19)) - [`d65f32b`](https://github.com/rustasync/futures-timer/commit/d65f32b810f9b916fba8a2396123cc00a0e88d74) Update changelog - [`ccce3fa`](https://github.com/rustasync/futures-timer/commit/ccce3fac72b65e8c2a9fbf0a70bb0545e3173f20) (cargo-release) version 0.2.0 - Additional commits viewable in [compare view](https://github.com/alexcrichton/futures-timer/compare/0.1.1...0.3.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #8.