Version bump sqlx

This commit is contained in:
2024-12-19 10:43:46 -08:00
parent 1a270997c8
commit c6fc34136a
2 changed files with 69 additions and 43 deletions

View File

@@ -30,7 +30,7 @@ scraper = "0.20.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
shared = { path = "../shared" }
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio", "time"] }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "time"] }
tantivy = { version = "0.22.0", optional = true }
thiserror = "1.0.37"
tokio = "1.26.0"