From 915671bfca9da74f8e8023ecda53aa6b4eb597bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:00:11 +0000 Subject: [PATCH] Update rust-htslib requirement from 0.50 to 0.51 Updates the requirements on [rust-htslib](https://github.com/rust-bio/rust-htslib) to permit the latest version. - [Release notes](https://github.com/rust-bio/rust-htslib/releases) - [Changelog](https://github.com/rust-bio/rust-htslib/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bio/rust-htslib/compare/v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: rust-htslib dependency-version: 0.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc58737..c44beed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ libc = "0.2" needletail = { version = "0.6", optional = true, default-features = false} minimap2-sys = { path = "./minimap2-sys", version = "0.1.24+minimap2.2.30" } -rust-htslib = { version = "0.50", default-features = false, optional = true } +rust-htslib = { version = "0.51", default-features = false, optional = true } [dev-dependencies] rayon = "1.10"