Skip to content

Commit 9459bd0

Browse files
Bump needletail from 0.5.1 to 0.6.0 (#3376)
Bumps [needletail](https://github.com/onecodex/needletail) from 0.5.1 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onecodex/needletail/releases">needletail's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <ul> <li>Tests are now included in the crate (thanks <a href="https://github.com/mr-c"><code>@​mr-c</code></a>)</li> <li>Individual compression algos can be included, rather than all or nothing (thanks <a href="https://github.com/jguhlin"><code>@​jguhlin</code></a>)</li> <li>Updated dependencies and test optimizations (thanks <a href="https://github.com/mo8it"><code>@​mo8it</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onecodex/needletail/commit/42369ea32f4ea73df3b9a211d66fcd658c8fe0ed"><code>42369ea</code></a> Update readme</li> <li><a href="https://github.com/onecodex/needletail/commit/599a29994ff58aa7bb51cabb00ce0b013895e5e8"><code>599a299</code></a> v0.6.0</li> <li><a href="https://github.com/onecodex/needletail/commit/0b10f002bc2deed339dba6a94c64dfea75f5cc2e"><code>0b10f00</code></a> Merge pull request <a href="https://redirect.github.com/onecodex/needletail/issues/82">#82</a> from mr-c/patch-1</li> <li><a href="https://github.com/onecodex/needletail/commit/9a73a33d1662f2cb0019eb3a20589ac30e72f50b"><code>9a73a33</code></a> Merge pull request <a href="https://redirect.github.com/onecodex/needletail/issues/83">#83</a> from onecodex/audy/build-wheels-on-github-actions</li> <li><a href="https://github.com/onecodex/needletail/commit/614ac99470c700663e1ab06f11a71ce9eed46cb5"><code>614ac99</code></a> Fix matrix</li> <li><a href="https://github.com/onecodex/needletail/commit/d8a368bbe73a898a073e891ac345a81f3f983c38"><code>d8a368b</code></a> Build wheels on Github Actions</li> <li><a href="https://github.com/onecodex/needletail/commit/b003d351c2c7873dc14a262ab117344ac2f2fa1f"><code>b003d35</code></a> include the tests in the crate</li> <li><a href="https://github.com/onecodex/needletail/commit/410617a6b8c8ff3e36713d0540ae83a2b2f1b8b3"><code>410617a</code></a> Migrate xz2 to liblzma (<a href="https://redirect.github.com/onecodex/needletail/issues/78">#78</a>)</li> <li><a href="https://github.com/onecodex/needletail/commit/08101cb304ba0431ad4f718e7a065bf51ff6f8d1"><code>08101cb</code></a> Honor individual compression features (<a href="https://redirect.github.com/onecodex/needletail/issues/77">#77</a>)</li> <li><a href="https://github.com/onecodex/needletail/commit/a00f9446670baab4a51f038da294601e4b511d28"><code>a00f944</code></a> Clippy (<a href="https://redirect.github.com/onecodex/needletail/issues/75">#75</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onecodex/needletail/compare/v0.5.1...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=needletail&package-manager=cargo&previous-version=0.5.1&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a814f4 commit 9459bd0

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Cargo.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ log = "0.4.22"
4343
md5 = "0.7.0"
4444
memmap2 = "0.9.5"
4545
murmurhash3 = "0.0.5"
46-
needletail = { version = "0.5.1", default-features = false }
46+
needletail = { version = "0.6.0", default-features = false }
4747
niffler = { version = "2.4.0", default-features = false, features = [ "gz" ] }
4848
nohash-hasher = "0.2.0"
4949
num-iter = "0.1.45"

0 commit comments

Comments
 (0)