Use dotenvy

This commit is contained in:
2024-10-02 14:35:53 +02:00
parent a3326d02a8
commit 35fee8550f
3 changed files with 9 additions and 3 deletions

8
Cargo.lock generated
View File

@@ -736,6 +736,12 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dptree"
version = "0.3.0"
@@ -3852,7 +3858,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"chrono",
"dotenv",
"dotenvy",
"futures",
"futures-core",
"moka",