diff --git a/server/Cargo.toml b/server/Cargo.toml index 5b2ebd4..bf8aa71 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0-only" [dependencies] tokio = { version = "1", features = ["full"] } rusqlite = { version = "0.33.0", features = ["bundled", "chrono"] } -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" axum = { version = "0.8.1", features = [ "http1",