From dcc991bd41df3cc8dadaa2b3d4487a6675171b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:52:45 +0000 Subject: [PATCH] fix(deps): update rust crate crossbeam-channel to 0.5.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b27fbb6d..a9417292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ common-controls-v6 = [ ] serde = [ "dep:serde", "dpi/serde" ] [dependencies] -crossbeam-channel = "0.5" +crossbeam-channel = "0.5.12" keyboard-types = "0.7" once_cell = "1" thiserror = "1"