Updated deps and switched from dotenv to dotenvy
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user