Skip to content

Commit b4486cd

Browse files
Update flume requirement from 0.11 to 0.12 (#99)
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-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4051c59 commit b4486cd

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
@@ -26,7 +26,7 @@ portable-atomic = { version = "1", optional = true, default-features = false }
2626
atomic-waker = "1"
2727
easy-parallel = "3"
2828
flaky_test = "0.2"
29-
flume = { version = "0.11", default-features = false }
29+
flume = { version = "0.12", default-features = false }
3030
futures-lite = "2.0.0"
3131
once_cell = "1"
3232
pin-project-lite = "0.2.10"

0 commit comments

Comments
 (0)