Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres3 committed Dec 30, 2024
1 parent 90d82ae commit b051c0a
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 304 deletions.
84 changes: 38 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[dependencies]
arrow = {version = "53.3.0", features = ["pyarrow"]}
arrow-array = {version = "53.3.0"}
arrow-schema = {version = "53.3.0"}
arrow = {version = "54.0.0", features = ["pyarrow"]}
arrow-array = {version = "54.0.0"}
arrow-schema = {version = "54.0.0"}
chrono = {version = "0.4.39"}
protobuf = {version = "3.7.1"}
pyo3 = {version = "0.22.4", features = ["abi3-py310"]}
pyo3 = {version = "0.23.0", features = ["abi3-py310"]}

[features]
default = ["extension-module"]
Expand Down
Loading

0 comments on commit b051c0a

Please sign in to comment.