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 8, 2024
1 parent 5609347 commit b2d2f57
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 @@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1.80"
clap = { version = "4.5.4", features = ["derive", "env"] }
color-eyre = "0.6.3"
thiserror = "1.0.59"
thiserror = "2.0.0"
serde-error = "0.1.2"
dotenv = "0.15.0"
eyre = "0.6.12"
Expand Down

0 comments on commit b2d2f57

Please sign in to comment.