Skip to content

Commit 9fddb39

Browse files
committed
fix cargo build
1 parent 547c62f commit 9fddb39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/NodeLibraries/deeplynx/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ polars = { version = "0.46.0", features = [
4949
"lazy",
5050
"sql",
5151
] }
52-
arrow = { version = "54.2.1" }
53-
object_store = { version = "0.10.2", features = ["azure"] }
52+
arrow = { version = "55.2.0" }
53+
object_store = { version = "0.12.2", features = ["azure"] }
5454
url = "2.5.2"
55-
datafusion = { version = "41.0.0" }
55+
datafusion = { version = "48.0.0" }
5656
short-uuid = "0.1.2"
5757
dotenvy = "0.15.7"
5858
connection-string = "0.2.0"
@@ -63,4 +63,4 @@ azure_storage = "0.20.0"
6363
napi-build = "2.1.3"
6464

6565
[profile.release]
66-
lto = true
66+
lto = true

0 commit comments

Comments
 (0)