Skip to content

Commit

Permalink
chore(deps): Bump typetag from 0.2.11 to 0.2.12 (vectordotdev#18066)
Browse files Browse the repository at this point in the history
Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/dtolnay/typetag/releases)
- [Commits](dtolnay/typetag@0.2.11...0.2.12)

---
updated-dependencies:
- dependency-name: typetag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 25, 2023
1 parent f6c53d0 commit b70074c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Expand Up @@ -321,7 +321,7 @@ tokio-tungstenite = {version = "0.20.0", default-features = false, features = ["
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
typetag = { version = "0.2.11", default-features = false }
typetag = { version = "0.2.12", default-features = false }
url = { version = "2.4.0", default-features = false, features = ["serde"] }
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
warp = { version = "0.3.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Expand Up @@ -57,7 +57,7 @@ tracing = { version = "0.1.34", default-features = false }
tracing-core = { version = "0.1.26", default-features = false }
tracing-log = { version = "0.1.3", default-features = false }
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std"] }
typetag = { version = "0.2.11", default-features = false }
typetag = { version = "0.2.12", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
url = { version = "2", default-features = false }
vector-buffers = { path = "../vector-buffers", default-features = false }
Expand Down

0 comments on commit b70074c

Please sign in to comment.