diff --git a/Cargo.lock b/Cargo.lock index 1339c4f97c08a..23da3dfe08434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9035,9 +9035,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typetag" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "092e9b66a97c5f12e64f2d9c08c27d80342ff1ecde1d92288f939f55f5f1bcb3" +checksum = "7a66aafcfb982bf1f9a28755ac6bcbdcd4631ff516cb038fa61299201ebb4364" dependencies = [ "erased-serde", "inventory", @@ -9048,9 +9048,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae02a82d555be0636f3157d90b6e0ccc6eda4cbc2af123187682143ce3035f1" +checksum = "d836cd032f71d90cbaa3c1f85ce84266af23659766d8c0b1c4c6524a0fb4c36f" dependencies = [ "proc-macro2 1.0.64", "quote 1.0.29", diff --git a/Cargo.toml b/Cargo.toml index e2497a56f0120..8b50a3aa3abd7 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.9", default-features = false } +typetag = { version = "0.2.10", 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 c79d1c3cb8d69..81413251f90c3 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.9", default-features = false } +typetag = { version = "0.2.10", 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 }