Skip to content

Commit 5bccafe

Browse files
chore(deps): Bump typetag from 0.2.10 to 0.2.11 (vectordotdev#18048)
Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.10 to 0.2.11. <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.11</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/typetag/commit/ce9f03f7f4717245168fd43a845e7fd06333cf7f"><code>ce9f03f</code></a> Release 0.2.11</li> <li><a href="https://github.com/dtolnay/typetag/commit/b12cacd0f010a13a25b5b6fe41d4873438cb2d74"><code>b12cacd</code></a> Opt in to generate-link-to-definition when building on docs.rs</li> <li>See full diff in <a href="https://github.com/dtolnay/typetag/compare/0.2.10...0.2.11">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.10&new-version=0.2.11)](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>
1 parent 250cc95 commit 5bccafe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
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
@@ -318,7 +318,7 @@ tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["
318318
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }
319319
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
320320
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
321-
typetag = { version = "0.2.10", default-features = false }
321+
typetag = { version = "0.2.11", default-features = false }
322322
url = { version = "2.4.0", default-features = false, features = ["serde"] }
323323
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
324324
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.10", default-features = false }
60+
typetag = { version = "0.2.11", 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)