From cfc8380ab20966b007f82cac96111096936e0f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:34:39 +0000 Subject: [PATCH] deps: Update noodles-bam requirement from 0.49.0 to 0.51.0 Updates the requirements on [noodles-bam](https://github.com/zaeleus/noodles) to permit the latest version. - [Commits](https://github.com/zaeleus/noodles/compare/noodles-bam-0.49.0...noodles-bam-0.51.0) --- updated-dependencies: - dependency-name: noodles-bam 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 b84491a..289323c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ human-panic = "1.2.1" indicatif = "0.17" log = "0.4" -noodles-bam = "0.49.0" +noodles-bam = "0.51.0" noodles-bgzf = "0.25" noodles-csi = "0.28" noodles-fasta = "0.30"