From f88472c36e6ff6940743f8d30989ef3517ff98da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:30:25 +0000 Subject: [PATCH] fix(deps): update rust crate crossbeam-channel to 0.5.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4db1755..1dc93fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ clap = {version = "4.4.11", features = ["derive"]} # concurrent processing crossbeam = "0.8.3" -crossbeam-channel = "0.5.9" +crossbeam-channel = "0.5.10"