removed dotenv that is not maintained

This commit is contained in:
filipriec
2025-02-27 09:56:24 +01:00
parent 0810fcd92b
commit 91935b3818
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@@ -507,12 +507,6 @@ dependencies = [
"syn",
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "dotenvy"
version = "0.15.7"
@@ -1974,7 +1968,6 @@ version = "0.1.0"
dependencies = [
"chrono",
"common",
"dotenv",
"dotenvy",
"lazy_static",
"prost",