From 4c2a6bae69e0c02183a6683c08aab8633f9ed742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:39:01 +0000 Subject: [PATCH] deps: update noodles-sam requirement from 0.51 to 0.52 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.51.0...noodles-sam-0.52.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 f8b31de..8993178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ noodles-core = "0.14" noodles-csi = "0.30" noodles-fasta = "0.32" noodles-fastq = "0.10" -noodles-sam = "0.51" +noodles-sam = "0.52" petgraph = { version = "0.6", features = ["serde-1"] } plotters = { version = "0.3" }