@@ -48,7 +48,7 @@ smallvec = { optional = true, version = "1.9.0" }
48
48
once_cell = { optional = true , version = " 1.13.0" }
49
49
50
50
# 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" ] }
52
52
nu-ansi-term = { version = " 0.46.0" , optional = true }
53
53
time = { version = " 0.3.2" , features = [" formatting" ], optional = true }
54
54
@@ -73,7 +73,7 @@ valuable-serde = { version = "0.1.0", optional = true, default-features = false
73
73
tracing = { path = " ../tracing" , version = " 0.1.35" }
74
74
tracing-mock = { path = " ../tracing-mock" , features = [" tracing-subscriber" ] }
75
75
log = " 0.4.17"
76
- tracing-log = { path = " ../tracing-log" , version = " 0.1.3 " }
76
+ tracing-log = { path = " ../tracing-log" , version = " 0.2.0 " }
77
77
criterion = { version = " 0.3.6" , default-features = false }
78
78
regex = { version = " 1" , default-features = false , features = [" std" ] }
79
79
tracing-futures = { path = " ../tracing-futures" , version = " 0.2.0" , default-features = false , features = [" std-future" , " std" ] }
0 commit comments