Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 75dc206 commit 7d7f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d7f504

Please sign in to comment.