From 2b2dd04b6edcf5096136ed7ac709fed830cb5b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:58:45 +0000 Subject: [PATCH] deps: update noodles requirement from 0.112.0 to 0.113.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.112.0...noodles-0.113.0) --- updated-dependencies: - dependency-name: noodles dependency-version: 0.113.0 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 8b1436d..906a280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ pyo3 = { version = "0.28.3", features = [ ctrlc = "3.5" log = "0.4" pyo3-log = "0.13.2" -noodles = { version = "0.112.0", features = [ +noodles = { version = "0.113.0", features = [ "bgzf", "core", "csi",