From 8cdbe6dcd8c78083e8180c2419f5bbffec465830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:53:27 +0000 Subject: [PATCH] build(deps): bump noodles-bgzf from 0.48.0 to 0.49.0 Bumps [noodles-bgzf](https://github.com/zaeleus/noodles) from 0.48.0 to 0.49.0. - [Commits](https://github.com/zaeleus/noodles/compare/noodles-bgzf-0.48.0...noodles-bgzf-0.49.0) --- updated-dependencies: - dependency-name: noodles-bgzf dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efddee3..66cfd9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,9 +739,9 @@ dependencies = [ [[package]] name = "noodles-bgzf" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da1dbf501b46281ca402b458211653bc8c510ea605400a1192d272a35360aa54" +checksum = "2ae8e8f7c1fd2e265d79241cea83e6f0ff7da2fa8922b5fe2f3eea8969823b60" dependencies = [ "bytes", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 082aa77..533cbb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "2" anyhow = "1" clap = { version = "4", features = ["derive"] } noodles-fastq = "0.23" -noodles-bgzf = "0.48" +noodles-bgzf = "0.49" memchr = "2" xxhash-rust = { version = "0.8", features = ["xxh3"] } bitstream-io = "4"