Skip to content

Commit d95335c

Browse files
committed
chore: update dependencies
1 parent 0eb9f9e commit d95335c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ itertools = "0.14.0"
2424
thiserror = "2.0.3"
2525
rand_chacha = "0.9.0"
2626
anyhow = "1.0.72"
27-
faer = { version = "0.22.6", default-features = false, features = ["linalg"] }
27+
faer = { version = "0.23.2", default-features = false, features = ["linalg"] }
2828
pulp = "0.21.4"
2929
rayon = "1.10.0"
30-
zarrs = { version = "0.21.0", features = [
30+
zarrs = { version = "0.22.0", features = [
3131
"filesystem",
3232
"gzip",
3333
"sharding",
@@ -54,7 +54,7 @@ equator = "0.4.2"
5454
serde_json = "1.0"
5555
ndarray = "0.16.1"
5656
tempfile = "3.0"
57-
zarrs_object_store = "0.4.3"
57+
zarrs_object_store = "0.5.0"
5858
object_store = "0.12.0"
5959
tokio = { version = "1.0", features = ["rt", "rt-multi-thread"] }
6060

0 commit comments

Comments
 (0)