Skip to content

Commit

Permalink
chore: bump arrow 53 and duckdb 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Oct 15, 2024
1 parent 4b6751b commit 2d53515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions connector_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = "0.4"
serde_json = "1"

# make sure this is in-sync with duckdb
arrow = { version = "52", default-features = false }
arrow = { version = "53", default-features = false }

# common optional
hex = { version = "0.4", optional = true }
Expand Down Expand Up @@ -58,7 +58,7 @@ default-features = false
optional = true

[dependencies.duckdb]
version = "1.0.0"
version = "1.1.0"
default-features = false
optional = true

Expand All @@ -75,7 +75,7 @@ optional = true

[dev-dependencies]
env_logger = "0.11"
arrow = { version = "52", features = ["prettyprint"], default-features = false }
arrow = { version = "53", features = ["prettyprint"], default-features = false }
similar-asserts = { version = "1.5.0" }
half = "2.3.1"
rand = { version = "0.8.5", default-features = false }
Expand Down

0 comments on commit 2d53515

Please sign in to comment.