Update dependencies and remove unused dependencies

This commit is contained in:
2025-08-23 01:45:15 +02:00
parent 7f41132965
commit 9f3b927cb6
3 changed files with 855 additions and 554 deletions

View File

@@ -15,14 +15,12 @@ reqwest = { workspace = true }
serde_repr = { workspace = true }
tracing = { workspace = true }
bytes = { workspace = true }
pollster = { workspace = true }
async-trait = { workspace = true }
futures = { workspace = true }
thiserror = { workspace = true }
indexmap = { workspace = true }
tokio-cron-scheduler = { workspace = true }
mlua = { workspace = true }
tokio-util = { workspace = true }
uuid = { workspace = true }
dyn-clone = { workspace = true }
impls = { workspace = true }