From b4393eaad0551428fa9fbcd3c5e109414c8a6ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 03:06:24 +0000 Subject: [PATCH] build(deps): update noodles requirement from 0.35.0 to 0.37.0 Updates the requirements on [noodles](https://github.com/zaeleus/noodles) to permit the latest version. - [Commits](https://github.com/zaeleus/noodles/compare/noodles-0.35.0...noodles-0.37.0) --- updated-dependencies: - dependency-name: noodles 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 48a383c..bc9edbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" [dependencies] chrono = "0.4.23" log = "0.4.17" -noodles = { version = "0.35.0", features = ["bgzf", "fasta", "core"] } +noodles = { version = "0.37.0", features = ["bgzf", "fasta", "core"] } rusqlite = "0.29.0" strum = { version = "0.24.1", features = ["derive", "strum_macros"] } textwrap = "0.16.0"