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 ab1b388 commit a79e84d
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 @@ -28,7 +28,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "std"] }
dotenv = "0.15"
color-eyre = "0.6"
thiserror = "1.0.57"
thiserror = "2.0.0"
clap = { version = "4", features = ["derive", "env"] }

# Runtime
Expand Down

0 comments on commit a79e84d

Please sign in to comment.