Reduced the amount of indirect dependencies

This commit is contained in:
2023-01-07 04:33:44 +01:00
parent 99ff60a505
commit 8bc203cb2d
3 changed files with 25 additions and 160 deletions

View File

@@ -16,11 +16,11 @@ serde_json = "1.0.89"
impl_cast = {path = "./impl_cast"}
google-home = {path = "./google-home"}
paste = "1.0.10"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
toml = "0.5.10"
dotenv = "0.15.0"
anyhow = "1.0.68"
reqwest = { version = "0.11.13", features = ["json"] }
reqwest = { version = "0.11.13", features = ["json", "rustls-tls"], default-features = false } # Use rustls, since the other packages also use rustls
axum = "0.6.1"
serde_repr = "0.1.10"
tracing = "0.1.37"