diff --git a/Cargo.toml b/Cargo.toml index 93d08d95..ade365dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -arrow = { version = "47.0", features = ["prettyprint"] } +arrow = { version = "48.0", features = ["prettyprint"] } bytes = "1.4" fallible-streaming-iterator = { version = "0.1" } flate2 = "1"