Skip to content

Commit

Permalink
Merge pull request #208 from nyx-space/dependabot/cargo/arrow-45.0.0
Browse files Browse the repository at this point in the history
Update arrow requirement from 44.0.0 to 45.0.0
  • Loading branch information
ChristopherRabotin authored Aug 7, 2023
2 parents 615698e + 1358c13 commit edd3d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ numpy = {version = "0.18", optional = true}
indicatif = {version = "0.17", features = ["rayon"]}
rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "44.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "44.0.0"
parquet = {version = "45.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "45.0.0"
shadow-rs = {version = "0.23.0", default-features = false}
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down

0 comments on commit edd3d02

Please sign in to comment.