diff --git a/glommio/Cargo.toml b/glommio/Cargo.toml index 8b6c381fc..7f57ef41e 100755 --- a/glommio/Cargo.toml +++ b/glommio/Cargo.toml @@ -26,7 +26,7 @@ buddy-alloc = "0.4" concurrent-queue = "1.2" crossbeam = "0.8" enclose = "1.1" -flume = { version = "0.11", features = ["async"] } +flume = { version = "0.12", features = ["async"] } futures-lite = "2.6.0" intrusive-collections = "0.9" lazy_static = "1.4"