diff --git a/Cargo.lock b/Cargo.lock index c1328909101d1..9d4c4bc1338c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8728,9 +8728,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 8f986fb4b4579..f09b52e5d4fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ console-subscriber = { version = "0.1.8", default-features = false, optional = t tracing = { version = "0.1.34", default-features = false } tracing-core = { version = "0.1.26", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["futures-03"] } -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] } tracing-tower = { git = "https://github.com/tokio-rs/tracing", default-features = false, rev = "e0642d949891546a3bb7e47080365ee7274f05cd" } # Metrics diff --git a/lib/docs-renderer/Cargo.toml b/lib/docs-renderer/Cargo.toml index c44645fb01474..35a46fa5b078a 100644 --- a/lib/docs-renderer/Cargo.toml +++ b/lib/docs-renderer/Cargo.toml @@ -11,6 +11,6 @@ serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["std"] } snafu = { version = "0.7.4", default-features = false } tracing = { version = "0.1.34", default-features = false } -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] } vector-config = { path = "../vector-config" } vector-config-common = { path = "../vector-config-common" } diff --git a/lib/tracing-limit/Cargo.toml b/lib/tracing-limit/Cargo.toml index b85f8c82d76cf..ab5c634ff7ce3 100644 --- a/lib/tracing-limit/Cargo.toml +++ b/lib/tracing-limit/Cargo.toml @@ -15,7 +15,7 @@ dashmap = { version = "5.2.0", default-features = false } criterion = "0.4" tracing = "0.1.34" mock_instant = { version = "0.3" } -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] } [[bench]] name = "limit" diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 5ae8ab3d00a1d..d51b7de6bd611 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -46,7 +46,7 @@ serde_yaml = { version = "0.9", default-features = false } temp-dir = "0.1.11" tokio-test = "0.4.2" tracing-fluent-assertions = { version = "0.3" } -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] } [[bench]] name = "sized_records" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 7ff3c957c8efe..4afb1bfea273a 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -56,7 +56,7 @@ tower = { version = "0.4", default-features = false, features = ["util"] } 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.16", default-features = false, features = ["std"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std"] } typetag = { version = "0.2.7", default-features = false } twox-hash = { version = "1.6.3", default-features = false } url = { version = "2", default-features = false } @@ -95,7 +95,7 @@ ndarray-stats = "0.5.1" noisy_float = "0.2.0" rand = "0.8.5" rand_distr = "0.4.3" -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] } vector-common = { path = "../vector-common", default-features = false, features = ["test"] } value = { package = "value", git = "https://github.com/vectordotdev/vrl", rev = "v0.2.0", default-features = false, features = ["lua", "toml", "json", "api", "arbitrary", "test"] } diff --git a/lib/vector-vrl/tests/Cargo.toml b/lib/vector-vrl/tests/Cargo.toml index 5e7b683d4c42d..ef7a17e11022f 100644 --- a/lib/vector-vrl/tests/Cargo.toml +++ b/lib/vector-vrl/tests/Cargo.toml @@ -23,7 +23,7 @@ prettydiff = "0.6" regex = "1" serde = "1" serde_json = "1" -tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt"] } +tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt"] } [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = { version = "0.5.0" }