We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10e31e commit 03f1b76Copy full SHA for 03f1b76
Cargo.toml
@@ -10,7 +10,7 @@ license = "Apache-2.0"
10
11
[dependencies]
12
# 异步运行时
13
-tokio = { version = "1.28", features = ["full"] }
+tokio = { version = "1", features = ["full"] }
14
async-trait = "0.1"
15
futures = "0.3"
16
@@ -29,7 +29,7 @@ tracing-subscriber = "0.3"
29
prometheus = "0.13"
30
31
# 数据处理
32
-datafusion = "45.0.0"
+datafusion = "45"
33
34
# 配置和插件系统
35
toml = "0.7"
@@ -44,4 +44,4 @@ reqwest = { version = "0.11", features = ["json"] }
44
# 命令行工具
45
clap = { version = "4.3", features = ["derive"] }
46
colored = "2.0"
47
-flume = "=0.10.12"
+flume = "=0.10"
0 commit comments