diff --git a/db/Cargo.toml b/db/Cargo.toml index a7979f3..a07bead 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -4,9 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] -thiserror = "2.0.12" -atproto.workspace = true async-trait.workspace = true atproto = { workspace = true, features = ["sqlx-support"] } -sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] } +sqlx.workspace = true +thiserror.workspace = true tokio.workspace = true