diff --git a/crates/wf-core/Cargo.toml b/crates/wf-core/Cargo.toml index fe1b38ab..8a3950a5 100644 --- a/crates/wf-core/Cargo.toml +++ b/crates/wf-core/Cargo.toml @@ -12,7 +12,7 @@ wf-config = { path = "../wf-config" } wf-lang = { path = "../wf-lang" } wp-connector-api = { workspace = true } wp-model-core = "0.8" -arrow = { version = "54", default-features = false, features = ["ipc"] } +arrow = { version = "58", default-features = false, features = ["ipc"] } anyhow = { workspace = true } serde = { workspace = true } serde_json = "1.0" @@ -27,4 +27,4 @@ regex = "1" chrono = "0.4" [dev-dependencies] -arrow = { version = "54", default-features = false, features = ["ipc"] } +arrow = { version = "58", default-features = false, features = ["ipc"] } diff --git a/crates/wf-runtime/Cargo.toml b/crates/wf-runtime/Cargo.toml index 2160f906..f6b48fe7 100644 --- a/crates/wf-runtime/Cargo.toml +++ b/crates/wf-runtime/Cargo.toml @@ -15,7 +15,7 @@ wp-connector-api = { workspace = true } wp-core-connectors = { workspace = true } wp-arrow = "0.1" wf-lang = { path = "../wf-lang" } -arrow = { version = "54", default-features = false, features = ["ipc"] } +arrow = { version = "58", default-features = false, features = ["ipc"] } tokio = { version = "1", features = ["net", "io-util", "sync", "macros", "rt-multi-thread", "signal", "time", "fs"] } tokio-util = { version = "0.7", features = ["rt"] } anyhow.workspace = true @@ -31,7 +31,7 @@ thiserror = { workspace = true } [dev-dependencies] tokio = { version = "1", features = ["full", "test-util"] } -arrow = { version = "54", default-features = false, features = ["ipc"] } +arrow = { version = "58", default-features = false, features = ["ipc"] } wf-config = { path = "../wf-config" } wf-lang = { path = "../wf-lang" } wfgen = { path = "../wfgen" } diff --git a/crates/wfgen/Cargo.toml b/crates/wfgen/Cargo.toml index d39d32c2..10e1005e 100644 --- a/crates/wfgen/Cargo.toml +++ b/crates/wfgen/Cargo.toml @@ -20,5 +20,5 @@ serde_json = "1.0" clap = { version = "4", features = ["derive"] } rand = "0.9" chrono = { version = "0.4", features = ["serde"] } -arrow = { version = "54", default-features = false, features = ["ipc"] } +arrow = { version = "58", default-features = false, features = ["ipc"] } wp-arrow = "0.1"