We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8893d2b commit 0dc1806Copy full SHA for 0dc1806
Cargo.toml
@@ -24,10 +24,10 @@ itertools = "0.14.0"
24
thiserror = "2.0.3"
25
rand_chacha = "0.9.0"
26
anyhow = "1.0.72"
27
-faer = { version = "0.22.6", default-features = false, features = ["linalg"] }
+faer = { version = "0.23.2", default-features = false, features = ["linalg"] }
28
pulp = "0.21.4"
29
rayon = "1.10.0"
30
-zarrs = { version = "0.21.0", features = [
+zarrs = { version = "0.22.0", features = [
31
"filesystem",
32
"gzip",
33
"sharding",
@@ -54,7 +54,7 @@ equator = "0.4.2"
54
serde_json = "1.0"
55
ndarray = "0.16.1"
56
tempfile = "3.0"
57
-zarrs_object_store = "0.4.3"
+zarrs_object_store = "0.5.0"
58
object_store = "0.12.0"
59
tokio = { version = "1.0", features = ["rt", "rt-multi-thread"] }
60
0 commit comments