chore(deps): bump futures-channel from 0.3.12 to 0.3.13 (#208)

Bumps [futures-channel](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-25 09:17:17 +02:00 committed by GitHub
parent ff07be3c77
commit c18dad6122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ auto_impl = { version = "0.4.1", default-features = false }
futures-core = { version = "0.3.12", default-features = false }
futures-util = { version = "0.3.13", default-features = false }
futures-timer = { version = "3.0.2", default-features = false }
futures-channel = { version = "0.3.12", default-features = false }
futures-channel = { version = "0.3.13", default-features = false }
pin-project = { version = "1.0.5", default-features = false }
# tracing