Skip to content

Commit d018fad

Browse files
committed
bump tracing-subscriber dependency on tracing-log
1 parent ab5ef79 commit d018fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing-subscriber/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ smallvec = { optional = true, version = "1.9.0" }
4848
once_cell = { optional = true, version = "1.13.0" }
4949

5050
# fmt
51-
tracing-log = { path = "../tracing-log", version = "0.1.3", optional = true, default-features = false, features = ["log-tracer", "std"] }
51+
tracing-log = { path = "../tracing-log", version = "0.2.0", optional = true, default-features = false, features = ["log-tracer", "std"] }
5252
nu-ansi-term = { version = "0.46.0", optional = true }
5353
time = { version = "0.3.2", features = ["formatting"], optional = true }
5454

@@ -73,7 +73,7 @@ valuable-serde = { version = "0.1.0", optional = true, default-features = false
7373
tracing = { path = "../tracing", version = "0.1.35" }
7474
tracing-mock = { path = "../tracing-mock", features = ["tracing-subscriber"] }
7575
log = "0.4.17"
76-
tracing-log = { path = "../tracing-log", version = "0.1.3" }
76+
tracing-log = { path = "../tracing-log", version = "0.2.0" }
7777
criterion = { version = "0.3.6", default-features = false }
7878
regex = { version = "1", default-features = false, features = ["std"] }
7979
tracing-futures = { path = "../tracing-futures", version = "0.2.0", default-features = false, features = ["std-future", "std"] }

0 commit comments

Comments
 (0)