[deps] move all deps into main toml and update
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user