From c8e0e5febbffece0a9a2fd7776767fd93a04e0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 09:04:24 -0400 Subject: [PATCH] chore(deps): bump typetag from 0.2.7 to 0.2.8 (#17302) Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.2.7...0.2.8) --- 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 ae60e73c59574..4fd153e551586 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8909,9 +8909,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typetag" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc3ebbaab23e6cc369cb48246769d031f5bd85f1b28141f32982e3c0c7b33cf" +checksum = "6a6898cc6f6a32698cc3e14d5632a14d2b23ed9f7b11e6b8e05ce685990acc22" dependencies = [ "erased-serde", "inventory", @@ -8922,9 +8922,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb01b60fcc3f5e17babb1a9956263f3ccd2cadc3e52908400231441683283c1d" +checksum = "2c3e1c30cedd24fc597f7d37a721efdbdc2b1acae012c1ef1218f4c7c2c0f3e7" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.26", diff --git a/Cargo.toml b/Cargo.toml index 88b2b5afdb930..7a6f7e01864dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -314,7 +314,7 @@ tokio-tungstenite = {version = "0.18.0", default-features = false, features = [" toml = { version = "0.7.3", 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.7", default-features = false } +typetag = { version = "0.2.8", default-features = false } url = { version = "2.3.1", 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 4afb1bfea273a..81aa973e0effe 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.7", default-features = false } +typetag = { version = "0.2.8", default-features = false } twox-hash = { version = "1.6.3", default-features = false } url = { version = "2", default-features = false } value = { package = "value", git = "https://github.com/vectordotdev/vrl", rev = "v0.2.0", default-features = false, features = ["lua", "toml", "json", "api"] }