diff --git a/common/Cargo.toml b/common/Cargo.toml index 7aca1658..c085e4a8 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -18,7 +18,7 @@ lazy_static = "1.4.0" fxhash = "0.2.1" tracing = "0.1.10" hecs = "0.7.6" -tracing-subscriber = { version = "0.2.5", default-features = false, features = ["env-filter", "smallvec", "fmt", "ansi", "chrono", "parking_lot"] } +tracing-subscriber = { version = "0.3.15", default-features = false, features = ["env-filter", "smallvec", "fmt", "ansi", "chrono", "parking_lot"] } rand = "0.7.3" rand_pcg = "0.2.1" rand_distr = "0.3.0"