[deps] move all deps into main toml and update

This commit is contained in:
2024-12-03 20:49:13 +01:00
parent 56c1eb0167
commit d1eb185498
7 changed files with 369 additions and 824 deletions

View File

@ -16,7 +16,7 @@ unwrap_used = "warn"
lanspread-db = { path = "../lanspread-db" }
# external
bytes = "1.8"
bytes = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }