10XGenomics / bamtofastq

Convert 10x BAM files to the original FASTQs compatible with 10x pipelines
MIT License
59 stars 6 forks source link

Bump libz-sys from 1.1.10 to 1.1.12 #165

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps libz-sys from 1.1.10 to 1.1.12.

Release notes

Sourced from libz-sys's releases.

1.1.12 - hotfix

This hotfix fixes an issue that was introduced with v1.1.10 that could cause build failures on windows.

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12

1.1.11 - hotfix

This release includes a fix for compile errors on some platforms due to lib and lib64 folders.

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11

Commits
  • e33f119 Bump patch level to 1.1.12 for another hotfix release.
  • 0bb7bd4 Merge branch 'fix-regression' (#143)
  • 39a51ea Revert "Run pkg-config on MSVC"
  • 31867f2 Merge pull request #142 from Byron/hotfix
  • 9e34a77 bump patch level for hotfix release
  • c15ad61 Add lib64 to the rustc-link-search path
  • f8be294 Fix build on x86_64
  • See full diff 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 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)
bgianfo commented 1 year ago

@dependabot squash and merge