Skip to content

Commit

Permalink
Merge pull request #29 from alisonjenkins/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
Update Rust crate thiserror to v2
  • Loading branch information
alisonjenkins authored Dec 21, 2024
2 parents 9a8aa20 + 16bc090 commit 8ccadd0
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 @@ -19,6 +19,6 @@ config = "0.15"
reqwest = "0.12"
serde = { version = "1.0.200", features = ["derive"] }
sqlx = { version = "0.8.2", features = ["macros", "postgres", "uuid", "chrono", "migrate", "runtime-tokio" ] }
thiserror = "1.0.66"
thiserror = "2.0.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.11.0", features = ["v4"] }

0 comments on commit 8ccadd0

Please sign in to comment.