Switched to a maintained fork of dotenv

This commit is contained in:
2023-01-09 01:39:40 +01:00
parent 21b96c2925
commit 0b22d0c6b7
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ use parking_lot::RwLock;
use axum::{Router, Json, routing::post, http::StatusCode, extract::FromRef};
use automation::{config::{Config, OpenIDConfig}, presence::Presence, ntfy::Ntfy, light_sensor::LightSensor, hue_bridge::HueBridge, auth::User};
use dotenv::dotenv;
use dotenvy::dotenv;
use rumqttc::{MqttOptions, Transport, AsyncClient};
use tracing::{error, info, metadata::LevelFilter};