diff --git a/Cargo.lock b/Cargo.lock index de46e4f49f..8274e4cb3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3000,9 +3000,9 @@ checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" [[package]] name = "flume" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" dependencies = [ "futures-core", "futures-sink", diff --git a/Cargo.toml b/Cargo.toml index 67fe816748..2ffa5643a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -362,7 +362,7 @@ fatfs = "0.3.6" filetime = "0.2.25" flate2 = "1.0.34" float-ord = "0.3.2" -flume = "0.11.0" +flume = "0.11.1" foreign-types = "0.3.2" fs-err = "2.11.0" futures = "0.3.31"