diff --git a/Cargo.lock b/Cargo.lock index 1eb1bcee2632ac..3f40aedbbf8ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9974,9 +9974,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf" +checksum = "1f7ec175048b96728c30152928c52161bfcc8ea2bd3fb7ed4ccb7dec060b2834" dependencies = [ "erased-serde", "inventory", @@ -9987,9 +9987,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1" +checksum = "84b5474fd169a5b02b6782b56bbbbff27e85947d4488e5501123687db3148647" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", diff --git a/Cargo.toml b/Cargo.toml index c53214c77aa9c4..04aa73d1c0a689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -344,7 +344,7 @@ tokio-tungstenite = {version = "0.20.1", default-features = false, features = [" toml.workspace = true tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] } hickory-proto = { version = "0.24.1", default-features = false, features = ["dnssec"], optional = true } -typetag = { version = "0.2.16", default-features = false } +typetag = { version = "0.2.17", default-features = false } url = { version = "2.5.2", default-features = false, features = ["serde"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } warp = { version = "0.3.7", default-features = false } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 34555d3a3b3c6e..148b2a3282b6bf 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -56,7 +56,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.16", default-features = false } +typetag = { version = "0.2.17", default-features = false } url = { version = "2", default-features = false } urlencoding = { version = "2.1.3", default-features = false } vector-buffers = { path = "../vector-buffers", default-features = false }