From 50dc671cc17dc22779216e7a087b92ff43485dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:55:18 +0000 Subject: [PATCH] chore(deps): update rust crate dotenvy to 0.15.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d74ffe..79bfdbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ path = "src/bin/main/main.rs" path = "src/lib/lib.rs" [dependencies] -dotenvy = "0.15" +dotenvy = "0.15.7" tracing = "0.1" tracing-subscriber = "0.3" envy = "0.4"