Compare commits

..

No commits in common. "78f5f002251df7f2e55fe097cbb746ea22b2cfbc" and "1a270997c852695c4feedc5dff2f97ec7032b7ba" have entirely different histories.

2 changed files with 550 additions and 978 deletions

1526
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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