Skip to content

Commit 4ca7468

Browse files
committed
bump bytes
1 parent 638b3e3 commit 4ca7468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ crate-type = ["cdylib"]
1818

1919
[dependencies]
2020
async-tiff = { path = "../" }
21-
bytes = "1.8"
21+
bytes = "1.10.1"
22+
# We'll upgrade to object_store 0.12 ASAP
2223
# Match the version used by pyo3-object-store
2324
object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }
2425
pyo3 = { version = "0.23.0", features = ["macros"] }

0 commit comments

Comments
 (0)