Skip to content

Commit 1406c08

Browse files
chore(deps): bump tracing-subscriber from 0.3.16 to 0.3.17 (#17268)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 036ad4a commit 1406c08

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ console-subscriber = { version = "0.1.8", default-features = false, optional = t
152152
tracing = { version = "0.1.34", default-features = false }
153153
tracing-core = { version = "0.1.26", default-features = false }
154154
tracing-futures = { version = "0.2.5", default-features = false, features = ["futures-03"] }
155-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
155+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
156156
tracing-tower = { git = "https://github.com/tokio-rs/tracing", default-features = false, rev = "e0642d949891546a3bb7e47080365ee7274f05cd" }
157157

158158
# Metrics

lib/docs-renderer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ serde = { version = "1.0", default-features = false }
1111
serde_json = { version = "1.0", default-features = false, features = ["std"] }
1212
snafu = { version = "0.7.4", default-features = false }
1313
tracing = { version = "0.1.34", default-features = false }
14-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
14+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
1515
vector-config = { path = "../vector-config" }
1616
vector-config-common = { path = "../vector-config-common" }

lib/tracing-limit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dashmap = { version = "5.2.0", default-features = false }
1515
criterion = "0.4"
1616
tracing = "0.1.34"
1717
mock_instant = { version = "0.3" }
18-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt"] }
18+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] }
1919

2020
[[bench]]
2121
name = "limit"

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde_yaml = { version = "0.9", default-features = false }
4646
temp-dir = "0.1.11"
4747
tokio-test = "0.4.2"
4848
tracing-fluent-assertions = { version = "0.3" }
49-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] }
49+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] }
5050

5151
[[bench]]
5252
name = "sized_records"

lib/vector-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tower = { version = "0.4", default-features = false, features = ["util"] }
5656
tracing = { version = "0.1.34", default-features = false }
5757
tracing-core = { version = "0.1.26", default-features = false }
5858
tracing-log = { version = "0.1.3", default-features = false }
59-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std"] }
59+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std"] }
6060
typetag = { version = "0.2.7", default-features = false }
6161
twox-hash = { version = "1.6.3", default-features = false }
6262
url = { version = "2", default-features = false }
@@ -95,7 +95,7 @@ ndarray-stats = "0.5.1"
9595
noisy_float = "0.2.0"
9696
rand = "0.8.5"
9797
rand_distr = "0.4.3"
98-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] }
98+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "ansi", "registry"] }
9999
vector-common = { path = "../vector-common", default-features = false, features = ["test"] }
100100
value = { package = "value", git = "https://github.com/vectordotdev/vrl", rev = "v0.2.0", default-features = false, features = ["lua", "toml", "json", "api", "arbitrary", "test"] }
101101

lib/vector-vrl/tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prettydiff = "0.6"
2323
regex = "1"
2424
serde = "1"
2525
serde_json = "1"
26-
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt"] }
26+
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt"] }
2727

2828
[target.'cfg(not(target_env = "msvc"))'.dependencies]
2929
tikv-jemallocator = { version = "0.5.0" }

0 commit comments

Comments
 (0)