Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 99ec648 commit 2e49e22
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 @@ -20,7 +20,7 @@ serde = ["dep:serde", "dpi/serde"]
crossbeam-channel = "0.5"
keyboard-types = "0.7"
once_cell = "1"
thiserror = "1"
thiserror = "2"
serde = { version = "1", optional = true }
dpi = "0.1"

Expand Down

0 comments on commit 2e49e22

Please sign in to comment.