Skip to content

Commit b10d070

Browse files
chore(deps): Bump typetag from 0.2.8 to 0.2.9 (#17882)
Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.8 to 0.2.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/typetag/commit/4524bef70049061ab27d4b820c8204a4ce787e97"><code>4524bef</code></a> Release 0.2.9</li> <li><a href="https://github.com/dtolnay/typetag/commit/a51e048e131d317546b0e0b074ffa9caeedff79b"><code>a51e048</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/typetag/issues/66">#66</a> from dtolnay/postcard</li> <li><a href="https://github.com/dtolnay/typetag/commit/e0067493b086254cb535c69f50199e2e8b5d2c5d"><code>e006749</code></a> Switch binary format in tests from bincode to postcard</li> <li><a href="https://github.com/dtolnay/typetag/commit/ee10e54ed162c2f36355c632c4307f5c9f73a85a"><code>ee10e54</code></a> Eliminate syn 1 from minimal-versions</li> <li><a href="https://github.com/dtolnay/typetag/commit/b674708d53645fd3dac5e1102a081b6c99f1df0c"><code>b674708</code></a> Add CI job using minimal-versions</li> <li><a href="https://github.com/dtolnay/typetag/commit/dd3c9ab2bb9143020f43c3119719b6938d0d4606"><code>dd3c9ab</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/typetag/commit/eaf048b3a0c165423034f29f9ce1e40be9b7fb53"><code>eaf048b</code></a> Revert &quot;Ui tests with compile_error resolved at call site&quot;</li> <li><a href="https://github.com/dtolnay/typetag/commit/08566b7d0bd0d1763ac782f218dfa16d7cce1edc"><code>08566b7</code></a> Ui tests with compile_error resolved at call site</li> <li><a href="https://github.com/dtolnay/typetag/commit/b554b8dfc7f8320edba8b2ac3aa1516f03cd2587"><code>b554b8d</code></a> Clarify that TaggedSerializer is specifically internally tagged</li> <li>See full diff in <a href="https://github.com/dtolnay/typetag/compare/0.2.8...0.2.9">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.8&new-version=0.2.9)](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 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> Co-authored-by: Doug Smith <[email protected]>
1 parent 70632b7 commit b10d070

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["
315315
toml = { version = "0.7.5", default-features = false, features = ["parse", "display"] }
316316
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
317317
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
318-
typetag = { version = "0.2.8", default-features = false }
318+
typetag = { version = "0.2.9", default-features = false }
319319
url = { version = "2.4.0", default-features = false, features = ["serde"] }
320320
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
321321
warp = { version = "0.3.5", default-features = false }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tracing = { version = "0.1.34", default-features = false }
5757
tracing-core = { version = "0.1.26", default-features = false }
5858
tracing-log = { version = "0.1.3", default-features = false }
5959
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std"] }
60-
typetag = { version = "0.2.8", default-features = false }
60+
typetag = { version = "0.2.9", default-features = false }
6161
twox-hash = { version = "1.6.3", default-features = false }
6262
url = { version = "2", default-features = false }
6363
vector-buffers = { path = "../vector-buffers", default-features = false }

0 commit comments

Comments
 (0)