chore: Update dependencies

This commit is contained in:
Michael Aaron Murphy 2021-10-29 17:58:46 +02:00
parent 857acd1ed8
commit 5a4b829e17
4 changed files with 117 additions and 164 deletions

View file

@ -11,4 +11,4 @@ pop-launcher-plugins = { path = "../plugins" }
pop-launcher-service = { path = "../service" }
smol = "1"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }