We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb951e8 commit a502f96Copy full SHA for a502f96
1 file changed
crates/datafusion-app/Cargo.toml
@@ -37,7 +37,9 @@ opendal = { features = [
37
parking_lot = "0.12.3"
38
serde = { features = ["derive"], version = "1.0.197" }
39
tokio = { features = ["macros", "rt-multi-thread"], version = "1.36.0" }
40
-tokio-metrics = { features = ["metrics-rs-integration"], optional = true, version = "0.4" }
+tokio-metrics = { features = [
41
+ "metrics-rs-integration",
42
+], optional = true, version = "0.4" }
43
tokio-stream = { features = ["net"], version = "0.1.15" }
44
tonic = { optional = true, version = "0.14" }
45
url = { optional = true, version = "2.5.2" }
0 commit comments