Update tracing-subscriber dependency

Removes dependency to ansi_term which is unmaintained
This commit is contained in:
Kévin Commaille 2022-11-30 13:08:55 +01:00 committed by Kévin Commaille
parent 3211fccab0
commit 922024c9e6
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ tracing = { workspace = true }
yap = "0.8.0"
[dev-dependencies]
tracing-subscriber = "0.3.3"
tracing-subscriber = "0.3.16"

View File

@ -33,7 +33,7 @@ criterion = { workspace = true, optional = true }
maplit = { workspace = true }
rand = "0.8.3"
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["unstable-pdu"] }
tracing-subscriber = "0.3.3"
tracing-subscriber = "0.3.16"
[[bench]]
name = "state_res_bench"