From c928625450a3dad6d5d06e50a64e3c7a1d7afb0d Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 27 Nov 2023 19:30:14 +0800 Subject: [PATCH] chore(deps): bump arrow to 48.0 (#49) Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"