Update tracing-subscriber dependency
Removes dependency to ansi_term which is unmaintained
This commit is contained in:
parent
3211fccab0
commit
922024c9e6
@ -22,4 +22,4 @@ tracing = { workspace = true }
|
|||||||
yap = "0.8.0"
|
yap = "0.8.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing-subscriber = "0.3.3"
|
tracing-subscriber = "0.3.16"
|
||||||
|
@ -33,7 +33,7 @@ criterion = { workspace = true, optional = true }
|
|||||||
maplit = { workspace = true }
|
maplit = { workspace = true }
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["unstable-pdu"] }
|
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["unstable-pdu"] }
|
||||||
tracing-subscriber = "0.3.3"
|
tracing-subscriber = "0.3.16"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "state_res_bench"
|
name = "state_res_bench"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user