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 d9bedf8 commit 09c0c6c
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 @@ -18,7 +18,7 @@ common-controls-v6 = ["muda/common-controls-v6"]
muda = { version = "0.15", default-features = false }
crossbeam-channel = "0.5"
once_cell = "1"
thiserror = "1.0"
thiserror = "2.0"
serde = { version = "1", optional = true }

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
Expand Down

0 comments on commit 09c0c6c

Please sign in to comment.