From 0b0ec147bca0194eb5c699e15f0d312112f5e250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 02:58:39 +0200 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.38 (#31) 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 06966d0..fa7a824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = [ "gui" ] crossbeam-channel = "0.5" keyboard-types = "0.6" once_cell = "1" -thiserror = "1.0.37" +thiserror = "1.0.38" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.42"