From 90e792156f2c572b0be225432b56cccedebf89b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:29:59 +0000 Subject: [PATCH] Update Rust crate flume to 0.10.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..cb6cebd 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.10.14" git-cvs-fast-import-process = { path = "internal/process" } git-cvs-fast-import-state = { path = "internal/state" } git-fast-import = { path = "git-fast-import" }