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"