Skip to content

Commit

Permalink
chore(deps): bump zarrs to 0.19 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin authored Jan 14, 2025
1 parent 25c2e5a commit 3fdfae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
pyo3 = { version = "0.23.2", features = ["abi3-py311"] }
zarrs = "0.18.0"
zarrs = { version = "0.19.0", features = ["async"] }
rayon_iter_concurrent_limit = "0.2.0"
rayon = "1.10.0"
# fix for https://stackoverflow.com/questions/76593417/package-openssl-was-not-found-in-the-pkg-config-search-path
Expand Down

0 comments on commit 3fdfae1

Please sign in to comment.