From 6aee6ac345d19851f401aefb08dc39e38ef465d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:23:50 +0000 Subject: [PATCH] Update Rust crate flume to 0.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..9ffd681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ comma-v = { path = "comma-v" } # https://github.com/tokio-rs/console/issues/180 lands in a release. console-subscriber = { git = "https://github.com/tokio-rs/console" } flexi_logger = { version = "0.22.3", features = ["async", "colors"] } -flume = "0.10.10" +flume = "0.11.1" git-cvs-fast-import-process = { path = "internal/process" } git-cvs-fast-import-state = { path = "internal/state" } git-fast-import = { path = "git-fast-import" }