bumb dependencies

This commit is contained in:
Robin Appelman 2022-05-12 22:56:28 +02:00
commit afc42a9b9e
2 changed files with 84 additions and 61 deletions

View file

@ -8,7 +8,7 @@ edition = "2018"
thiserror = "1.0.30"
dotenv = "0.15.0"
main_error = "0.1.2"
demostf-client = { version = "0.3.3", default-features = false, features = ["rustls-tls"] }
demostf-client = { version = "0.4.0", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.33"
tracing-subscriber = "0.3.11"