Skip to content

Commit

Permalink
Bump counter from 0.5.7 to 0.6.0 (#3235)
Browse files Browse the repository at this point in the history
Bumps [counter](https://github.com/coriolinus/counter-rs) from 0.5.7 to
0.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/coriolinus/counter-rs/releases">counter's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>update edition, add <code>counter</code> keyword by <a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a> in
<a
href="https://redirect.github.com/coriolinus/counter-rs/pull/34">coriolinus/counter-rs#34</a></li>
<li>refactor tests and impls into distinct modules by <a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a> in
<a
href="https://redirect.github.com/coriolinus/counter-rs/pull/36">coriolinus/counter-rs#36</a></li>
<li>small doc formatting by <a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a> in
<a
href="https://redirect.github.com/coriolinus/counter-rs/pull/38">coriolinus/counter-rs#38</a></li>
<li>deprecate <code>init</code> method by <a
href="https://github.com/coriolinus"><code>@​coriolinus</code></a> in <a
href="https://redirect.github.com/coriolinus/counter-rs/pull/41">coriolinus/counter-rs#41</a></li>
<li>do not use deprecated <code>init</code> method by <a
href="https://github.com/coriolinus"><code>@​coriolinus</code></a> in <a
href="https://redirect.github.com/coriolinus/counter-rs/pull/42">coriolinus/counter-rs#42</a></li>
<li>With capacity by <a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a> in
<a
href="https://redirect.github.com/coriolinus/counter-rs/pull/40">coriolinus/counter-rs#40</a></li>
<li>Clippy fixes by <a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a> in
<a
href="https://redirect.github.com/coriolinus/counter-rs/pull/43">coriolinus/counter-rs#43</a></li>
<li>Implement Serialize and Deserialize by <a
href="https://github.com/matthewmcintire-savantx"><code>@​matthewmcintire-savantx</code></a>
in <a
href="https://redirect.github.com/coriolinus/counter-rs/pull/46">coriolinus/counter-rs#46</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/chris-ha458"><code>@​chris-ha458</code></a>
made their first contribution in <a
href="https://redirect.github.com/coriolinus/counter-rs/pull/34">coriolinus/counter-rs#34</a></li>
<li><a
href="https://github.com/matthewmcintire-savantx"><code>@​matthewmcintire-savantx</code></a>
made their first contribution in <a
href="https://redirect.github.com/coriolinus/counter-rs/pull/46">coriolinus/counter-rs#46</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/coriolinus/counter-rs/compare/v0.5.7...v0.5.8">https://github.com/coriolinus/counter-rs/compare/v0.5.7...v0.5.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/01637a6ec1b28f6a02ae81cfbb67c8373c20bf0c"><code>01637a6</code></a>
update version in preparation for release</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/5cb4da620eb447bb7a1b4b4e64d014383f81fdc8"><code>5cb4da6</code></a>
Merge pull request <a
href="https://redirect.github.com/coriolinus/counter-rs/issues/46">#46</a>
from matthewmcintire-savantx/master</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/ec3c4e095372a4ddba8a3f104407ead148c04045"><code>ec3c4e0</code></a>
reword README features annotation for future-proofing</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/b6197b0ed323eab3484c1080c9852217ccc2bf07"><code>b6197b0</code></a>
rm an unused import which caused a warning in certain
configurations</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/d1f988d1bc44c209719fcf636ecb3784ff9d6b44"><code>d1f988d</code></a>
Update README.md</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/968b5d515586caea79ca0eb712be7aa048873438"><code>968b5d5</code></a>
update readme</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/34f055d5d7bee3e1092b6b6a0ec06015d411393c"><code>34f055d</code></a>
incorporate suggestions from PR</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/54e63ceafdba33f278d56f3366d6b749e68d27d7"><code>54e63ce</code></a>
Merge branch 'master' of
github.com:matthewmcintire-savantx/counter-rs</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/0deea7659827753cad6541b373831736c7fa59b7"><code>0deea76</code></a>
test serialize deserialize</li>
<li><a
href="https://github.com/coriolinus/counter-rs/commit/bbb3eb3589c6b35fd4e294d2e9850695e8a0ae4d"><code>bbb3eb3</code></a>
Merge branch 'coriolinus:master' into master</li>
<li>Additional commits viewable in <a
href="https://github.com/coriolinus/counter-rs/compare/v0.5.7...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=counter&package-manager=cargo&previous-version=0.5.7&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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 513b133 commit df2e713
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 @@ -30,7 +30,7 @@ az = "1.0.0"
byteorder = "1.4.3"
camino = { version = "1.1.7", features = ["serde1"] }
cfg-if = "1.0"
counter = "0.5.7"
counter = "0.6.0"
csv = "1.3.0"
enum_dispatch = "0.3.13"
finch = { version = "0.6.0", optional = true }
Expand Down

0 comments on commit df2e713

Please sign in to comment.