diff --git a/Cargo.toml b/Cargo.toml index 96d77af..6bac03c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio-util = { version = "0.7" } futures = "0.3" csv = { version = "1.3", optional = true } prost = { version= "0.12", optional = true } -arrow = { version = "51", features = ["ipc"], optional = true } +arrow = { version = "52", features = ["ipc"], optional = true } [features] default = [] @@ -54,7 +54,7 @@ tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] } prost = { version= "0.12", features = ["prost-derive"] } -arrow = { version = "51", features = ["ipc"] } +arrow = { version = "52", features = ["ipc"] } [[example]] name = "json-example"