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

@ -11,7 +11,7 @@ mod state;
mod utils;
use anyhow::{Error, Result};
use dotenv::dotenv;
use dotenvy::dotenv;
use migration::{Migrator, MigratorTrait};
use prelude::*;
use sea_orm::Database;