wwood / CoverM

Read coverage calculator for metagenomics
GNU General Public License v3.0
273 stars 30 forks source link

build(deps): update rust-htslib requirement from 0.38.* to 0.39.* #117

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from rust-htslib's releases.

rust-htslib rust-htslib-v0.39.5

Bug Fixes

  • set path in release-please config (d8f7c6e)
Changelog

Sourced from rust-htslib's changelog.

0.39.5 (2022-05-09)

Bug Fixes

  • set path in release-please config (d8f7c6e)

0.39.4 (2022-05-09)

Bug Fixes

  • perform checkout before running release please (cbc6a0a)

0.39.3 (2021-11-20)

Bug Fixes

  • change the type to c_char so it can be compiled for aarch64 (#337) (a21aff2)

0.39.2 (2021-08-23)

Bug Fixes

  • Configuration when cross-compiling. Even when cross-compiling, build.rs runs on the build host. Hence within build.rs #[cfg(target_os)] always reflects the host, not the target. Use $CARGO_CFG_TARGET_OS instead to query target properties. (#329) (d5198e6)

0.39.1 (2021-07-06)

Bug Fixes

  • bump hts-sys version to 2.0.1 (336c8b8)

0.39.0 (2021-07-06)

⚠ BREAKING CHANGES

  • dummy major version bump to move away from previous versions that were following htslib versions.
  • bump to new major version (for technical reasons).
  • dummy breaking change to increase hts-sys major version.

Bug Fixes

  • bump to new major version (for technical reasons). (9c6db30)
  • dummy breaking change to increase hts-sys major version. (93415cb)
  • dummy changes (3af5ede)
  • dummy major version bump to move away from previous versions that were following htslib versions. (aaa70a8)

... (truncated)

Commits
  • bdebe65 chore: release rust-htslib 0.39.5 (#356)
  • d8f7c6e fix: set path in release-please config
  • 5fb5779 chore: release rust-htslib 0.39.4 (#355)
  • cbc6a0a fix: perform checkout before running release please
  • 5453450 chore: release rust-htslib 0.39.3 (#338)
  • e3c8e81 Update libdeflater dep (#341)
  • a21aff2 fix: change the type to c_char so it can be compiled for aarch64 (#337)
  • c7f68a7 hotfix: override matrix-derived toolchain installation for now
  • 2249e09 matrix.os is empty for this workflow
  • eeb08be chore: Exclude test files from crate package. (#336)
  • Additional commits viewable 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 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)