chore(deps): bump noodles from 0.111.0 to 0.113.0 - #130
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/noodles-0.113.0
branch
from
July 25, 2026 03:45
8ab9687 to
940d8c4
Compare
Bumps [noodles](https://github.com/zaeleus/noodles) from 0.111.0 to 0.113.0. - [Commits](zaeleus/noodles@noodles-0.111.0...noodles-0.113.0) --- updated-dependencies: - dependency-name: noodles dependency-version: 0.113.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/noodles-0.113.0
branch
from
July 27, 2026 12:32
940d8c4 to
4175050
Compare
Psy-Fer
added a commit
that referenced
this pull request
Jul 28, 2026
# deps: bump log / env_logger / bstr / noodles, and dedupe noodles-bgzf Consolidates the four Rust-dependency dependabot bumps into one verified PR, plus the follow-up dependabot's noodles bump needs but doesn't include (deduping `noodles-bgzf`). Supersedes / closes #99, #129, #130, #131. ## Bumps | Crate | From | To | | |-------|------|----|-| | `log` | 0.4.32 | 0.4.33 | patch | | `env_logger` | 0.11.10 | 0.11.11 | patch | | `bstr` | 1.12.1 | 1.13.0 | minor | | `noodles` | 0.111 | 0.113 | minor (pulls `noodles-sam` 0.85→0.87, `noodles-bam` 0.90→0.92, `noodles-csi` 0.56→0.58) | | `noodles-bgzf` | 0.47 | 0.49 | **dedupe (see below)** | ## Why the extra `noodles-bgzf` bump `noodles` 0.113 depends on `noodles-bgzf` 0.49 internally, while our direct dep (the BAM writer's `libdeflate` BGZF path) was pinned to 0.47 — so bumping `noodles` alone (dependabot #130) leaves **two `noodles-bgzf` versions** in the tree (0.47 + 0.49). Bumping our direct dep to 0.49 dedupes to a single version; the `libdeflate` feature is intact and BAM output is unchanged. ## Validation - Builds clean; `clippy --all-targets` 0 warnings; `fmt` clean. - **579 tests pass** (unit + integration, including the BAM write/read round-trip tests — the main API-break risk for a `noodles` minor bump). - Single `noodles-bgzf` version in the dep tree after the dedupe.
Contributor
Author
|
Looks like noodles is up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps noodles from 0.111.0 to 0.113.0.
Commits
fe2b112Update to noodles 0.113.077aded2bgzf/io/multithreaded_reader: Discard channel disconnection errors when not r...05fdecfbam/record/sequence: Use base count for Sequence::is_empty2b4375bvcf/io/writer/builder: Fix typo9ee7faavcf/record/fields: Initialize default to match RecordBuf40255f6vcf/variant/record_buf/info: Fix typo3475768vcf/variant/record_buf/filters: Require a single PASS filter for passing status548590asam/io/reader/record: Only strip carriage return from CRLF newline8a034cebed/io/reader/record: Only strip carriage return from CRLF newlineaee586cvcf/io/reader/record: Only strip carriage return from CRLF newline