Skip to content

chore(deps): bump rust-htslib from 0.44.1 to 1.0.1 - #83

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-htslib-1.0.1
Open

chore(deps): bump rust-htslib from 0.44.1 to 1.0.1#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-htslib-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown

Bumps rust-htslib from 0.44.1 to 1.0.1.

Changelog

Sourced from rust-htslib's changelog.

1.0.1 (2026-06-29)

Bug Fixes

  • map unmapped reads (tid=-1) to correct index in slow_idxstats (#511) (ebd7d99)

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

... (truncated)

Commits
  • b576820 chore(master): release 1.0.1 (#513)
  • ebd7d99 fix: map unmapped reads (tid=-1) to correct index in slow_idxstats (#511)
  • 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)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 10, 2026
Bumps [rust-htslib](https://github.com/rust-bio/rust-htslib) from 0.44.1 to 1.0.1.
- [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.44.1...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-htslib-1.0.1 branch from 99c086e to 82c2ae1 Compare July 13, 2026 02:37
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