From 15c70482b0e2eca79c8cecea9edb8fc19de39889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:23:59 +0000 Subject: [PATCH] chore(deps): Bump typetag from 0.2.14 to 0.2.15 (#19504) Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.2.14...0.2.15) --- updated-dependencies: - dependency-name: typetag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0984f0cb8e73d..193099d1733d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9685,9 +9685,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196976efd4a62737b3a2b662cda76efb448d099b1049613d7a5d72743c611ce0" +checksum = "c43148481c7b66502c48f35b8eef38b6ccdc7a9f04bd4cc294226d901ccc9bc7" dependencies = [ "erased-serde", "inventory", @@ -9698,9 +9698,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eea6765137e2414c44c7b1e07c73965a118a72c46148e1e168b3fc9d3ccf3aa" +checksum = "291db8a81af4840c10d636e047cac67664e343be44e24dfdbd1492df9a5d3390" dependencies = [ "proc-macro2 1.0.74", "quote 1.0.35", diff --git a/Cargo.toml b/Cargo.toml index 1f18426c99adc..a89317cd36119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -316,7 +316,7 @@ tokio-tungstenite = {version = "0.20.1", default-features = false, features = [" toml = { version = "0.8.8", default-features = false, features = ["parse", "display"] } tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] } hickory-proto = { version = "0.24.0", default-features = false, features = ["dnssec"], optional = true } -typetag = { version = "0.2.14", default-features = false } +typetag = { version = "0.2.15", default-features = false } url = { version = "2.5.0", default-features = false, features = ["serde"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } warp = { version = "0.3.6", default-features = false } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 270a528c56947..f520306d097a1 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -55,7 +55,7 @@ tonic = { version = "0.10", default-features = false, features = ["transport"] } tracing = { version = "0.1.34", default-features = false } tracing-core = { version = "0.1.26", default-features = false } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std"] } -typetag = { version = "0.2.14", default-features = false } +typetag = { version = "0.2.15", default-features = false } url = { version = "2", default-features = false } vector-buffers = { path = "../vector-buffers", default-features = false } vector-common = { path = "../vector-common" }