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

8
Cargo.lock generated
View File

@@ -41,7 +41,7 @@ dependencies = [
"anyhow",
"axum",
"bytes",
"dotenv",
"dotenvy",
"google-home",
"impl_cast",
"parking_lot",
@@ -162,10 +162,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "dotenv"
version = "0.15.0"
name = "dotenvy"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
[[package]]
name = "encoding_rs"