Skip to content

Commit

Permalink
Bump itertools and zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 16, 2023
1 parent 5903bbf commit 2c1c93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dyn-clone = "1"
flate2 = { version = "1", optional = true }
half = "2"
inventory = "0.3"
itertools = "0.11"
itertools = "0.12"
ndarray = { version = "0.15", optional = true }
num = { version = "0.4" }
parking_lot = "0.12"
Expand All @@ -57,7 +57,7 @@ url = { version = "2", optional = true }
walkdir = "2.3.2"
zfp-sys = {version = "0.1.4", features = ["static"], optional = true }
zip = { version = "0.6", optional = true }
zstd = { version = "0.12", features = ["zstdmt"], optional = true }
zstd = { version = "0.13", features = ["zstdmt"], optional = true }

[dev-dependencies]
chrono = "0.4"
Expand Down

0 comments on commit 2c1c93c

Please sign in to comment.