Skip to content

Commit

Permalink
update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Dec 6, 2024
1 parent 8284917 commit 4b01aba
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 @@ -7,10 +7,10 @@ edition = "2021"

[dependencies]
bincode = "1.3.3"
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
coitrees = "0.4.0"
num_cpus = "1.16.0"
rayon = "1.9.0"
serde = { version = "1.0.197", features = ["derive"] }
noodles = { version = "0.66.0", features = ["bgzf"] }
regex = "1.10.4"
rayon = "1.10.0"
serde = { version = "1.0.215", features = ["derive"] }
noodles = { version = "0.85.0", features = ["bgzf"] }
regex = "1.11.1"

0 comments on commit 4b01aba

Please sign in to comment.