From 3eaba6b87cccd8b1757a5ff8397f4044e7ece2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 04:14:06 +0000 Subject: [PATCH] chore(deps): Bump dotenvy from 0.15.3 to 0.15.5 Bumps [dotenvy](https://github.com/allan2/dotenvy) from 0.15.3 to 0.15.5. - [Release notes](https://github.com/allan2/dotenvy/releases) - [Changelog](https://github.com/allan2/dotenvy/blob/master/CHANGELOG.md) - [Commits](https://github.com/allan2/dotenvy/compare/v0.15.3...v0.15.5) --- updated-dependencies: - dependency-name: dotenvy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index beea0d6..593022c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,9 +587,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "dotenvy" -version = "0.15.3" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da3db6fcad7c1fc4abdd99bf5276a4db30d6a819127903a709ed41e5ff016e84" +checksum = "ed9155c8f4dc55c7470ae9da3f63c6785245093b3f6aeb0f5bf2e968efbba314" dependencies = [ "dirs", ] diff --git a/Cargo.toml b/Cargo.toml index 284b83a..9aeafc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ actix-web = "4.2.1" badge = "0.3.0" bytes = "1.2.1" config = { version = "0.13.2", features = ["toml"] } -dotenvy = "0.15.3" +dotenvy = "0.15.5" futures = "0.3.24" git2 = "0.15.0" lazy_static = "1.4.0"