From b79e3c27c4cb251200eb25384b21d0f7cdc25205 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 27 Feb 2024 12:58:05 -0500
Subject: [PATCH] [chore(cargo)](deps): Bump typetag from 0.2.15 to 0.2.16
 (#586)

Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.15 to
0.2.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/typetag/releases">typetag's
releases</a>.</em></p>
<blockquote>
<h2>0.2.16</h2>
<ul>
<li>Resolve non_local_definitions warning within macro-generated code
with rustc 1.78-nightly (<a
href="https://redirect.github.com/dtolnay/typetag/issues/75">#75</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/typetag/commit/adc55077d287d01e6bfede9ac32f9d5709f014fa"><code>adc5507</code></a>
Release 0.2.16</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/1fe6aa4aaf4c70540a034769e4fa89b0416204d3"><code>1fe6aa4</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/typetag/issues/75">#75</a>
from dtolnay/local</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/71bf0634a01c820d9c3c0755a5745c76cb5bc988"><code>71bf063</code></a>
Ignore non_local_definitions false positive in macro-generated
impls</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/5c33289ff54ed17862e29d0cf69260ae708e43a4"><code>5c33289</code></a>
Revert &quot;Temporarily ignore non_local_definitions warning in
tests&quot;</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/b86307acdaaa9ead8cfa1041c71c32caac6a7cdc"><code>b86307a</code></a>
Ignore too_many_lines pedantic clippy lint</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/30ebc5798e3c189f8ab55d49cb4334d7ac7190b3"><code>30ebc57</code></a>
Inline single call of wrap_in_dummy_const</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/d51f4adc253f12a02939625ebbab9305ca66f567"><code>d51f4ad</code></a>
Switch to anon-const for wrapping expanded impls</li>
<li><a
href="https://github.com/dtolnay/typetag/commit/bfe5e72783f8b4141c356ea772a779a5609f46c6"><code>bfe5e72</code></a>
Temporarily ignore non_local_definitions warning in tests</li>
<li>See full diff in <a
href="https://github.com/dtolnay/typetag/compare/0.2.15...0.2.16">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typetag&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](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>
---
 Cargo.lock | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4f94edd8..8cfa731d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7260,9 +7260,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
 
 [[package]]
 name = "typetag"
-version = "0.2.15"
+version = "0.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c43148481c7b66502c48f35b8eef38b6ccdc7a9f04bd4cc294226d901ccc9bc7"
+checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf"
 dependencies = [
  "erased-serde",
  "inventory",
@@ -7273,9 +7273,9 @@ dependencies = [
 
 [[package]]
 name = "typetag-impl"
-version = "0.2.15"
+version = "0.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "291db8a81af4840c10d636e047cac67664e343be44e24dfdbd1492df9a5d3390"
+checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1"
 dependencies = [
  "proc-macro2",
  "quote",