Update deps

This commit is contained in:
2023-06-02 19:05:19 +02:00
parent 5ed9a69abf
commit 967c223db6
3 changed files with 181 additions and 134 deletions

View File

@@ -26,7 +26,7 @@ async fn get_postgres_pool() -> Result<Pool, CreatePoolError> {
}
fn get_meili_client() -> Client {
Client::new(config::CONFIG.meili_host.clone(), config::CONFIG.meili_master_key.clone())
Client::new(config::CONFIG.meili_host.clone(), Some(config::CONFIG.meili_master_key.clone()))
}
async fn update_model<T>(