Skip to content

Commit d7b50e3

Browse files
chore(deps): update flume requirement from 0.11 to 0.12
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/0.12) --- updated-dependencies: - dependency-name: flume dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e529c5 commit d7b50e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monoio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ socket2 = { version = "0.5", features = ["all"] }
2222
memchr = "2.7"
2323

2424
bytes = { version = "1", optional = true }
25-
flume = { version = "0.11", optional = true }
25+
flume = { version = "0.12", optional = true }
2626
mio = { version = "0.8", features = [
2727
"net",
2828
"os-poll",

0 commit comments

Comments
 (0)