Switched to a maintained fork of dotenv

This commit is contained in:
2023-01-09 01:39:40 +01:00
parent 21b96c2925
commit 0b22d0c6b7
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ google-home = {path = "./google-home"}
paste = "1.0.10"
tokio = { version = "1", features = ["rt-multi-thread"] }
toml = "0.5.10"
dotenv = "0.15.0"
dotenvy = "0.15.0"
anyhow = "1.0.68"
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"