diff --git a/Cargo.lock b/Cargo.lock index 085d25317c66b..c05dce4b0fc1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9022,9 +9022,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typetag" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66aafcfb982bf1f9a28755ac6bcbdcd4631ff516cb038fa61299201ebb4364" +checksum = "125dead558f297ab8b9619cd02ce5435ff5c867e97466006587e756640749ea1" dependencies = [ "erased-serde", "inventory", @@ -9035,9 +9035,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d836cd032f71d90cbaa3c1f85ce84266af23659766d8c0b1c4c6524a0fb4c36f" +checksum = "cba0399f1c00f8d126ab94d4def1e5861ffb06bc9e50cfb7858a411f254dadca" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.31", diff --git a/Cargo.toml b/Cargo.toml index e9666a33da9dd..9e16b36abe039 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.10", default-features = false } +typetag = { version = "0.2.11", 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 7500aaf4c5ae2..dbfb75cd0731f 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.10", default-features = false } +typetag = { version = "0.2.11", 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 }