diff --git a/Cargo.lock b/Cargo.lock index d82e3b1cc24f1..25df6929f6430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9975,9 +9975,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7ec175048b96728c30152928c52161bfcc8ea2bd3fb7ed4ccb7dec060b2834" +checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe" dependencies = [ "erased-serde", "inventory", @@ -9988,9 +9988,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b5474fd169a5b02b6782b56bbbbff27e85947d4488e5501123687db3148647" +checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", diff --git a/Cargo.toml b/Cargo.toml index 93855e47c32b0..288977285ce86 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.17", default-features = false } +typetag = { version = "0.2.18", 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 27db7387c1dcb..1fdde591d6e69 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.17", default-features = false } +typetag = { version = "0.2.18", 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 }