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 7, 2024
1 parent 2449a19 commit 2f0401a
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 @@ -36,7 +36,7 @@ codegen-units = 1
lto = true

[dependencies]
thiserror = "1.0"
thiserror = "2.0"
lazy_static = "1.5"
clap = { version = "4.5", features = ["derive", "env"] }
main_error = "0.1"
Expand Down

0 comments on commit 2f0401a

Please sign in to comment.