From 5c5b84817771d900aa428e1ed71f4d7913c2b29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:06:00 +0000 Subject: [PATCH] chore(deps): Bump dotenvy from 0.15.6 to 0.15.7 Bumps [dotenvy](https://github.com/allan2/dotenvy) from 0.15.6 to 0.15.7. - [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.6...v0.15.7) --- 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 eff1cb8..bcfca6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,9 +582,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "dotenvy" -version = "0.15.6" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" +checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 1068e07..6235507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ actix-web = "4.3.1" badgers = "1.2.0" bytes = "1.4.0" config = { version = "0.13.3", features = ["toml"] } -dotenvy = "0.15.6" +dotenvy = "0.15.7" futures = "0.3.27" git2 = "0.16.1" lazy_static = "1.4.0"