Skip to content

Commit 03f1b76

Browse files
authored
chore: upgrade the dependents (#19)
1 parent c10e31e commit 03f1b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010

1111
[dependencies]
1212
# 异步运行时
13-
tokio = { version = "1.28", features = ["full"] }
13+
tokio = { version = "1", features = ["full"] }
1414
async-trait = "0.1"
1515
futures = "0.3"
1616

@@ -29,7 +29,7 @@ tracing-subscriber = "0.3"
2929
prometheus = "0.13"
3030

3131
# 数据处理
32-
datafusion = "45.0.0"
32+
datafusion = "45"
3333

3434
# 配置和插件系统
3535
toml = "0.7"
@@ -44,4 +44,4 @@ reqwest = { version = "0.11", features = ["json"] }
4444
# 命令行工具
4545
clap = { version = "4.3", features = ["derive"] }
4646
colored = "2.0"
47-
flume = "=0.10.12"
47+
flume = "=0.10"

0 commit comments

Comments
 (0)