From 149335a45ae47b51d82f8b3dce747cd4840fc643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 19:04:22 +0000 Subject: [PATCH] build(deps): update rust-htslib requirement from 0.38.* to 0.40.* 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/rust-htslib-0.38.3...rust-htslib-v0.40.2) --- updated-dependencies: - dependency-name: rust-htslib 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 a0bb22f..cc9eabb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default-run = "coverm" [dependencies] bio = "0.38.0" -rust-htslib = { version="0.38.*", default-features = false } +rust-htslib = { version="0.40.*", default-features = false } clap = "2.*" glob = "0.3.*" log = "0.4.*"