Updated deps and switched from dotenv to dotenvy

This commit is contained in:
2023-08-11 15:08:40 +03:00
parent 21a5851420
commit 6691ab12de
3 changed files with 35 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ anyhow = "1"
arrayvec = "0.7"
base64 = "0.21"
cryptography = { version = "0.1", path = "cryptography" }
dotenv = "0.15"
dotenvy = "0.15"
entity = { version = "0.1", path = "entity" }
futures = "0.3"
hex = "0.4"