Skip to content

Commit

Permalink
cargo.toml: Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Sep 17, 2024
1 parent cea72b8 commit a1f7fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ exclude = [ # Max upload is 10MB, as of writing test data was 15MB
default-run = "coverm"

[dependencies]
bio = "1.1.0"
rust-htslib = { version="0.46.*", default-features = false }
bio = "2.0.*"
rust-htslib = { version="0.47.*", default-features = false }
clap = { version="4.*", features = ["cargo"] } # cargo feature required for crate_version!
clap_complete = "4.*"
log = "0.4.*"
env_logger = "0.11.*"
nix = "0.26.*"
nix = { version="0.29.*", features = ["fs"] }
tempdir = "0.3.*"
tempfile = "3.*"
ansi_term = "0.12"
Expand Down

0 comments on commit a1f7fea

Please sign in to comment.