replace dotenv with dotenvy

This commit is contained in:
xenofem 2024-03-27 15:33:34 -04:00
parent a641375f92
commit 37695b8bbd
3 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ base64 = "0.13"
bytes = "1.1.0"
bytesize = "1.1.0"
crc32fast = "1.3.2"
dotenv = "0.15"
dotenvy = "0.15"
env_logger = "0.11.3"
futures-core = "0.3"
inotify = "0.10"