Cargo, moving async-trait and tokio (DB, Ingestor)

Move async-trait from ingestor to workspace so DB can share.

Update the reference to tokio in DB from version to workspace
This commit is contained in:
Julia Lange 2025-06-11 14:09:02 -07:00
parent eb28549a0f
commit 3eb6aab10f
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 5 additions and 2 deletions

1
Cargo.lock generated
View file

@ -563,6 +563,7 @@ dependencies = [
name = "db"
version = "0.1.0"
dependencies = [
"async-trait",
"sqlx",
"tokio",
]