Skip to content

Commit 6136232

Browse files
committed
chore(tokio): enable full features
Signed-off-by: Chojan Shang <[email protected]>
1 parent e2bd5ca commit 6136232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async-trait = "0.1.52"
2525
ctrlc = { version = "3.2.1", features = ["termination"] }
2626
futures = "0.3.21"
2727
pprof = { version = "0.6.2", features = ["flamegraph", "protobuf"] }
28-
tokio = { version = "1.16.1", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "signal"] }
28+
tokio = { version = "1.16.1", features = ["full"] }
2929
uuid = { version = "0.8.2", features = ["serde", "v4"] }
3030
serde = { version = "1.0.136", features = ["derive"] }
3131
poem = { version = "1.2.53", features = ["rustls"] }

common/clickhouse-srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ features = [ "std" ]
4646
[dependencies.tokio]
4747
version = "1.16.1"
4848
default-features = false
49-
features = ["io-util", "net", "sync", "rt-multi-thread", "macros"]
49+
features = ["full"]
5050
optional = true
5151

5252
[dependencies.tokio-util]

0 commit comments

Comments
 (0)