Bump thiserror to version 2

This commit is contained in:
Unknown 2025-04-01 08:30:52 +08:00
parent e07949378c
commit 70b1491e3b
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

View file

@ -11,7 +11,7 @@ workspace = true
[dependencies]
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "chrono"] }
thiserror = "1.0.31"
thiserror = "2"
chrono = "0.4.19"
futures-util = "0.3.21"
either = "1.6.1"