From 331b6fca11301d2d5c795c89745246296735465d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:44:59 +0000 Subject: [PATCH] build(deps): bump the noodles group with 2 updates Updates the requirements on [noodles-bgzf](https://github.com/zaeleus/noodles) and [noodles-fasta](https://github.com/zaeleus/noodles) to permit the latest version. Updates `noodles-bgzf` to 0.29.0 - [Commits](https://github.com/zaeleus/noodles/compare/noodles-bgzf-0.26.0...noodles-bgzf-0.29.0) Updates `noodles-fasta` to 0.36.0 - [Commits](https://github.com/zaeleus/noodles/compare/noodles-fasta-0.33.0...noodles-fasta-0.36.0) --- updated-dependencies: - dependency-name: noodles-bgzf dependency-type: direct:production dependency-group: noodles - dependency-name: noodles-fasta dependency-type: direct:production dependency-group: noodles ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad96f84..ebe98f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,9 +25,9 @@ cached = ["impl"] [dependencies] chrono = { version = "0.4", optional = true } -noodles-bgzf = { version = "0.26", optional = true } +noodles-bgzf = { version = "0.29", optional = true } noodles-core = { version = "0.14", optional = true } -noodles-fasta = { version = "0.33", optional = true } +noodles-fasta = { version = "0.36", optional = true } rusqlite = { version = "0.31", optional = true } thiserror = "1.0" tracing = "0.1"