From a1f7fea4170e756e5c87cfdec6ba5392551364ee Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Tue, 17 Sep 2024 16:27:58 +1000 Subject: [PATCH] cargo.toml: Update deps. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c1f26a..652f007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"