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

@ -17,7 +17,7 @@ num_cpus = "1"
pop-launcher = { path = "../" }
postage = { version = "0.4", features = ["futures-traits"] }
regex = "1.5"
ron = "0.6"
ron = "0.7"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "1"
@ -26,5 +26,5 @@ smol = "1"
strsim = "0.10"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = { version = "0.2", features = ["fmt"] }
tracing-subscriber = { version = "0.3", features = ["fmt"] }
futures-core = "0.3.16"