Skip to content

Comments

Bump rust-htslib from 0.50.0 to 1.0.0#230

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rust-htslib-1.0.0
Open

Bump rust-htslib from 0.50.0 to 1.0.0#230
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rust-htslib-1.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps rust-htslib from 0.50.0 to 1.0.0.

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)
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...
  • 8f1cdd7 chore(master): release 0.51.0 (#492)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [rust-htslib](https://github.com/rust-bio/rust-htslib) from 0.50.0 to 1.0.0.
- [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.50.0...v1.0.0)

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

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 3, 2026
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.

0 participants