Skip to content

Commit a502f96

Browse files
Taplo
1 parent eb951e8 commit a502f96

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/datafusion-app/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ opendal = { features = [
3737
parking_lot = "0.12.3"
3838
serde = { features = ["derive"], version = "1.0.197" }
3939
tokio = { features = ["macros", "rt-multi-thread"], version = "1.36.0" }
40-
tokio-metrics = { features = ["metrics-rs-integration"], optional = true, version = "0.4" }
40+
tokio-metrics = { features = [
41+
"metrics-rs-integration",
42+
], optional = true, version = "0.4" }
4143
tokio-stream = { features = ["net"], version = "0.1.15" }
4244
tonic = { optional = true, version = "0.14" }
4345
url = { optional = true, version = "2.5.2" }

0 commit comments

Comments
 (0)