From 60cfc01b4747614f086bbda7e0a234f7e7c56565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:34:33 +0000 Subject: [PATCH] deps: Update noodles-sam requirement from 0.46 to 0.48 Updates the requirements on [noodles-sam](https://github.com/zaeleus/noodles) to permit the latest version. - [Commits](https://github.com/zaeleus/noodles/compare/noodles-sam-0.46.0...noodles-sam-0.48.0) --- updated-dependencies: - dependency-name: noodles-sam 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 18dfcf1..882745d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ noodles-bgzf = "0.25" noodles-csi = "0.26" noodles-fasta = "0.30" noodles-fastq = "0.9" -noodles-sam = "0.46" +noodles-sam = "0.48" petgraph = { version = "0.6", features = ["serde-1"] } plotters = { version = "0.3" }