You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/datafusion-app/Cargo.toml
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,19 @@ version = "0.1.0"
6
6
# Leaving Hudi and Iceberg around in case traction on those picks up. It would be better if I just remove them from main and create PRs with the diff - maybe ill get around to that.
7
7
8
8
[dependencies]
9
-
arrow-flight = { version = "54.1.0", features = [
9
+
arrow-flight = { version = "54", features = [
10
10
"flight-sql-experimental",
11
11
], optional = true }
12
12
async-trait = "0.1.80"
13
13
base64 = { version = "0.22.1", optional = true }
14
14
color-eyre = "0.6.3"
15
-
datafusion = "45.0.0"
16
-
datafusion-functions-json = { version = "0.45", optional = true }
0 commit comments