From 7d7f5044671193068304d516e929a720688c8930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:52:32 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 125712c..7cbd86a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = [ "dep:serde" ] crossbeam-channel = "0.5" keyboard-types = "0.7" once_cell = "1" -thiserror = "1" +thiserror = "1.0.59" serde = { version = "1", optional = true, features = [ "derive" ] } [target."cfg(target_os = \"macos\")".dependencies]