Skip to content

Commit

Permalink
Bump finch from 0.4.3 to 0.5.0 (#2416)
Browse files Browse the repository at this point in the history
Bumps [finch](https://github.com/onecodex/finch-rs) from 0.4.3 to 0.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onecodex/finch-rs/releases">finch's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.0</h2>
<p>Make the sequence borrowed instead of owned</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onecodex/finch-rs/commit/a316f29636267266c13b697ec0019b172d7bc719"><code>a316f29</code></a>
Borrow sequence records (<a
href="https://github-redirect.dependabot.com/onecodex/finch-rs/issues/61">#61</a>)</li>
<li><a
href="https://github.com/onecodex/finch-rs/commit/d0475df3a6998bec10e873375dadf1aa53c75fb7"><code>d0475df</code></a>
Add pip/pypi instructions</li>
<li>See full diff in <a
href="https://github.com/onecodex/finch-rs/compare/v0.4.3...v0.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=finch&package-manager=cargo&previous-version=0.4.3&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2022
1 parent 1c8b165 commit 931d756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bytecount = "0.6.0"
byteorder = "1.4.3"
cfg-if = "1.0"
counter = "0.5.7"
finch = { version = "0.4.3", optional = true }
finch = { version = "0.5.0", optional = true }
fixedbitset = "0.4.0"
getset = "0.1.1"
log = "0.4.8"
Expand Down

0 comments on commit 931d756

Please sign in to comment.