Bump thiserror to version 2 (#66)
Some checks failed
Build and Test / Format check (push) Has been cancelled
Build and Test / Lint (push) Has been cancelled
Build and Test / Test (push) Has been cancelled
Build and Test / Check dependency hash (push) Has been cancelled
Build and Test / Build (push) Has been cancelled

This commit is contained in:
Unknown 2025-04-02 22:33:32 +08:00 committed by GitHub
parent 1ecbb5d0f5
commit bcd879dd55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 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"