Skip to content

Commit

Permalink
Merge pull request #356 from maxammann/patch-1
Browse files Browse the repository at this point in the history
Update arrow to fix compatibility with chrono
  • Loading branch information
yoshidan authored Mar 7, 2025
2 parents b64c728 + 73ace2c commit 48c3669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version="1.32", features=["macros"] }
time = { version = "0.3", features = ["std", "macros", "formatting", "parsing", "serde"] }
arrow = { version = "53.1", default-features = false, features = ["ipc"] }
arrow = { version = "54.2.1", default-features = false, features = ["ipc"] }
base64 = "0.21"
bigdecimal = { version="0.4", features=["serde"] }
num-bigint = "0.4"
Expand Down

0 comments on commit 48c3669

Please sign in to comment.