diff --git a/apps/oghma-admin/Cargo.toml b/apps/oghma-admin/Cargo.toml index 9afe26d..0428007 100644 --- a/apps/oghma-admin/Cargo.toml +++ b/apps/oghma-admin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dotenv = "0" +dotenv = "0.15.0" env_logger = "0" log = "0" serde = "1" diff --git a/apps/oghma-bot/Cargo.toml b/apps/oghma-bot/Cargo.toml index f63fbf8..c5ba632 100644 --- a/apps/oghma-bot/Cargo.toml +++ b/apps/oghma-bot/Cargo.toml @@ -10,5 +10,5 @@ env_logger = "0" log = "0" serenity = {version ="0", default-features = false, features =["http", "model", "client", "gateway", "rustls_backend"]} tokio = { version = "1", features = ["rt-multi-thread"] } -dotenv = "0" +dotenv = "0.15.0" oghma_logger = {path="../../libs/oghma_logger"} \ No newline at end of file