mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix RUSTSEC-2022-0006
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user