Skip to content

Commit

Permalink
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 fe100d6 commit 3144cf9
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 @@ -11,7 +11,7 @@ edition = "2021"
env_logger = "0.11"
log = "0.4"
poise = "0.6"
thiserror = "1"
thiserror = "2"

clap = { version = "4", features = ["derive"] }
sqlx = { version = "0.8.1", features = ["derive", "postgres", "runtime-tokio"] }
Expand Down

0 comments on commit 3144cf9

Please sign in to comment.