Update flume requirement from 0.10 to 0.11

Updates the requirements on [flume](https://github.com/zesterer/flume) to permit the latest version.
- [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zesterer/flume/commits)

---
updated-dependencies:
- dependency-name: flume
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 00:25:27 +00:00 committed by Taiki Endo
parent 9cd6f58545
commit c42a143176
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ std = []
atomic-waker = "1"
easy-parallel = "3"
flaky_test = "0.1"
flume = { version = "0.10", default-features = false }
flume = { version = "0.11", default-features = false }
futures-lite = "1.12.0"
once_cell = "1"
pin-project-lite = "0.2.10"