Skip to content

Commit

Permalink
Bump enum_dispatch from 0.3.12 to 0.3.13 (#3102)
Browse files Browse the repository at this point in the history
Bumps [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) from
0.3.12 to 0.3.13.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md">enum_dispatch's
changelog</a>.</em></p>
<blockquote>
<h2>0.3.13</h2>
<ul>
<li>Fix namespace collision with imports named <code>core</code>
(!35)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/c20b482de9bcfd320ff5d0ad6a69e8c379094d9f"><code>c20b482</code></a>
v0.3.13</li>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/36b13dc549e11ba74a6719e559c7dfcd7318d6e0"><code>36b13dc</code></a>
add test for <code>::core</code> namespace collision</li>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/e7e6ce528a66fcd83ca38884eab9e697b80f857d"><code>e7e6ce5</code></a>
Merge branch 'master' into 'master'</li>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/9a2e6e081cdaf263ea04cb4257e1ae20d65a0770"><code>9a2e6e0</code></a>
added prefix to specifer to fix naming conflicts</li>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/38d9dd504c5dee5a8df350e969e3dbfca2ea94a1"><code>38d9dd5</code></a>
Merge branch 'include-tests' into 'master'</li>
<li><a
href="https://gitlab.com/antonok/enum_dispatch/commit/523938266976728802a57b211078a55d7e6f6ef2"><code>5239382</code></a>
Cargo.toml: include tests in crate</li>
<li>See full diff in <a
href="https://gitlab.com/antonok/enum_dispatch/compare/v0.3.12...v0.3.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=enum_dispatch&package-manager=cargo&previous-version=0.3.12&new-version=0.3.13)](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 Apr 1, 2024
1 parent 534a3db commit 0af3cbb
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 @@ -32,7 +32,7 @@ camino = { version = "1.1.6", features = ["serde1"] }
cfg-if = "1.0"
counter = "0.5.7"
csv = "1.3.0"
enum_dispatch = "0.3.12"
enum_dispatch = "0.3.13"
finch = { version = "0.6.0", optional = true }
fixedbitset = "0.4.0"
getrandom = { version = "0.2", features = ["js"] }
Expand Down

0 comments on commit 0af3cbb

Please sign in to comment.