Skip to content

Commit 75a0a99

Browse files
authored
chore(deps): bump arrow to 56.1.0 and pyo3 to 0.25.1 (#363)
1 parent 15668bb commit 75a0a99

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

Cargo.lock

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ name = "fastexcel"
2525
crate-type = ["cdylib"]
2626

2727
[dependencies]
28-
arrow-schema = "^55.2.0"
29-
arrow-array = { version = "^55.2.0", features = ["ffi"] }
30-
arrow-pyarrow = { version = "^55.2.0", optional = true }
28+
arrow-schema = "^56.1.0"
29+
arrow-array = { version = "^56.1.0", features = ["ffi"] }
30+
arrow-pyarrow = { version = "^56.1.0", optional = true }
3131
calamine = { version = "^0.30.0", features = ["dates"] }
3232
chrono = { version = "^0.4.41", default-features = false }
3333
log = "0.4.27"
34-
pyo3 = { version = "^0.24.2", features = ["abi3-py39"] }
34+
pyo3 = { version = "^0.25", features = ["abi3-py39"] }
3535
pyo3-log = "^0.12.4"
3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)