Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed Jan 7, 2024
1 parent 0e1dc37 commit 2809d82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ indexmap = { version = "2", features = ["serde"] }
ndarray = { version = "0.15", features = ["serde"] }
enum-map = { version = "2.4", features = ["serde"] }
bitvec = { version = "1.0", features = ["serde"] }
itertools = "0.11"
itertools = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
nix = "0.26"
nix = { version = "0.27", features = ["fs"] }
tempfile = "3.0"
toml = "0.7"
zstd = "0.12"
toml = "0.8"
zstd = "0.13"
bincode = "1.3"
clap = { version = "4.1", features = ["derive"] }
simple-error = "0.3"
Expand All @@ -133,7 +133,7 @@ indicatif = "0.17"
arrayref = "0.3.6"
bimap = "0.6"
std-semaphore = "0.1"
which = "4.4"
which = "5"
derivative = "2.2"

[profile.dev]
Expand Down

0 comments on commit 2809d82

Please sign in to comment.