Skip to content

Commit c42a143

Browse files
dependabot[bot]taiki-e
authored andcommitted
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] <[email protected]>
1 parent 9cd6f58 commit c42a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ std = []
2222
atomic-waker = "1"
2323
easy-parallel = "3"
2424
flaky_test = "0.1"
25-
flume = { version = "0.10", default-features = false }
25+
flume = { version = "0.11", default-features = false }
2626
futures-lite = "1.12.0"
2727
once_cell = "1"
2828
pin-project-lite = "0.2.10"

0 commit comments

Comments
 (0)