improve Cargo toml

This commit is contained in:
houseme
2025-04-21 15:27:58 +08:00
parent 177dec627c
commit 770f28d205
7 changed files with 122 additions and 135 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ chrono.workspace = true
datafusion = { workspace = true }
ecstore.workspace = true
futures = { workspace = true }
futures-core = "0.3.31"
futures-core = { workspace = true }
http.workspace = true
object_store = "0.11.2"
object_store = { workspace = true }
s3s.workspace = true
snafu = { workspace = true, features = ["backtrace"] }
tokio.workspace = true