From eb2129c01c8608836f83df60be238bd822f429dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:08:02 +0000 Subject: [PATCH] chore(deps): Bump typetag from 0.2.11 to 0.2.12 Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48e711ada75d1..de0acba8a59ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9023,9 +9023,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typetag" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "125dead558f297ab8b9619cd02ce5435ff5c867e97466006587e756640749ea1" +checksum = "aec6850cc671cd0cfb3ab285465e48a3b927d9de155051c35797446b32f9169f" dependencies = [ "erased-serde", "inventory", @@ -9036,9 +9036,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba0399f1c00f8d126ab94d4def1e5861ffb06bc9e50cfb7858a411f254dadca" +checksum = "30c49a6815b4f8379c36f06618bc1b80ca77aaf8a3fd4d8549dca6fdb016000f" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.31", diff --git a/Cargo.toml b/Cargo.toml index 0d6b4ea51ea03..c4b7cc21e48d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -318,7 +318,7 @@ tokio-tungstenite = {version = "0.19.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 } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index bb3d81e3c0c8d..4c9419523ccbe 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -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 }