From dc94c5fee091070ec856fd5c04c7c3035f647d00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:14:15 +0300 Subject: [PATCH] fix(deps): update rust crate keyboard-types to 0.7 (#104) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae3f2b4..be4b98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = [ "dep:serde" ] [dependencies] crossbeam-channel = "0.5" -keyboard-types = "0.6" +keyboard-types = "0.7" once_cell = "1" thiserror = "1" serde = { version = "1", optional = true }