Skip to content

Commit

Permalink
chore: Bump arrow to 52 (#443)
Browse files Browse the repository at this point in the history
Bump arrow to 52

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jul 1, 2024
1 parent 5010f07 commit 7658a59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ tokio = { version = "1.34", features = ["macros"] }
tokio-stream = "0.1"
url = { version = "2.5", default-features = false }

arrow = { version = "51.0" }
arrow-flight = { version = "51.0", features = ["flight-sql-experimental"], optional = true }
arrow-schema = { version = "51.0", optional = true }
arrow = { version = "52.0" }
arrow-flight = { version = "52.0", features = ["flight-sql-experimental"], optional = true }
arrow-schema = { version = "52.0", optional = true }
tonic = { version = "0.11", default-features = false, features = [
"transport",
"codegen",
Expand Down
6 changes: 3 additions & 3 deletions sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ serde_json = { version = "1.0", default-features = false, features = ["std"] }
tokio-stream = "0.1"
url = { version = "2.5", default-features = false }

arrow = { version = "51.0" }
arrow-array = { version = "51.0", optional = true }
arrow-schema = { version = "51.0", optional = true }
arrow = { version = "52.0" }
arrow-array = { version = "52.0", optional = true }
arrow-schema = { version = "52.0", optional = true }
hex = "0.4.3"
tonic = { version = "0.11", default-features = false, features = [
"transport",
Expand Down

0 comments on commit 7658a59

Please sign in to comment.