Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrAyZeN committed Nov 4, 2024
1 parent 131270b commit 722e1d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ quicklog = ["dep:thiserror"]
[dependencies]
serde_json = "1.0.115"
hex = "0.4.3"
npyz = "0.7.4"
ndarray = "0.15.6"
npyz = "0.8.3"
ndarray = "0.16.1"
rayon = "1.10.0"
indicatif = { version = "0.17.8", optional = true }
ndarray-npy ="0.8.1"
itertools = "0.12.1"
ndarray-npy ="0.9.1"
itertools = "0.13.0"
thiserror = { version = "1.0.58", optional = true }

[dev-dependencies]
criterion = "0.5.1"
ndarray-rand = "0.14.0"
anyhow = "1.0.81"
ndarray-rand = "0.15.0"
anyhow = "1.0.92"
muscat = { path = ".", features = ["progress_bar"] }

[[example]]
Expand Down

0 comments on commit 722e1d7

Please sign in to comment.