Fix RUSTSEC-2022-0006

This commit is contained in:
infrandomness
2022-01-26 22:08:38 +01:00
parent 728488502e
commit 1a1acfae2c
6 changed files with 9 additions and 8 deletions

View File

@ -16,7 +16,7 @@ termcolor = "1.1"
tracing = { version = "0.1", default-features = false }
tracing-appender = "0.2.0"
tracing-log = "0.1.1"
tracing-subscriber = { version = "0.3.2", default-features = false, features = ["env-filter", "fmt", "time", "ansi", "smallvec", "tracing-log"]}
tracing-subscriber = { version = "0.3.7", default-features = false, features = ["env-filter", "fmt", "time", "ansi", "smallvec", "tracing-log"]}
# Tracy
tracing-tracy = { version = "0.8.0", optional = true }