Skip to content

Update rust-htslib requirement from 0.51 to 1.0#156

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-htslib-1.0
Open

Update rust-htslib requirement from 0.51 to 1.0#156
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-htslib-1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Updates the requirements on rust-htslib to permit the latest version.

Changelog

Sourced from rust-htslib's changelog.

1.0.0 (2026-01-29)

⚠ BREAKING CHANGES

  • make the inner header pointer accessible again, although only through unsafe (#504)
  • Reason about Send/Sync-ness of types and change Rcs to Arcs (#488)
  • Use Arc instead of Rc in bam::buffer, such that the buffer can be used in a multithreaded context (#495)

Features

  • Reason about Send/Sync-ness of types and change Rcs to Arcs (#488) (d743a34)
  • Use Arc instead of Rc in bam::buffer, such that the buffer can be used in a multithreaded context (#495) (229d5a2)

Bug Fixes

  • apply clippy suggestion to use unwrap_or instead of match (#501) (161f759)
  • empty_header was making a deep copy of header (#499) (60aad09), closes #493
  • make the inner header pointer accessible again, although only through unsafe (#504) (4dc0fba)

Performance Improvements

  • bam: Remove unnecessary heap allocation in Record::aux (#498) (9680bb4)

0.51.0 (2025-10-15)

Features

  • Add support for updating existing aux tags inplace. (#481) (f4a1106)

0.50.0 (2025-07-09)

Features

Bug Fixes

0.49.0 (2024-12-02)

Features

... (truncated)

Commits
  • 0168666 chore(master): release 1.0.0 (#496)
  • 663b1af enh: bcf: adds translate to Record so we don't need a writer (#503)
  • 4dc0fba fix!: make the inner header pointer accessible again, although only through u...
  • d743a34 feat!: Reason about Send/Sync-ness of types and change Rcs to Arcs (#488)
  • 93995ab Add a method to push an aux tag without first checking for existence. (#497)
  • 161f759 fix: apply clippy suggestion to use unwrap_or instead of match (#501)
  • 9680bb4 perf(bam): Remove unnecessary heap allocation in Record::aux (#498)
  • 60aad09 fix: empty_header was making a deep copy of header (#499)
  • 229d5a2 feat!: Use Arc instead of Rc in bam::buffer, such that the buffer can be used...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rust-htslib](https://github.com/rust-bio/rust-htslib) to permit the latest version.
- [Release notes](https://github.com/rust-bio/rust-htslib/releases)
- [Changelog](https://github.com/rust-bio/rust-htslib/blob/master/CHANGELOG.md)
- [Commits](rust-bio/rust-htslib@v0.51.0...v1.0.0)

---
updated-dependencies:
- dependency-name: rust-htslib
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 2, 2026
@macklin-10x
Copy link

Hi @jguhlin we're eager to get this version bump merged since it incorporates some performance improvements that we'd like to pull in. Please let me know if you could use a hand debugging the test failures on this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant