From 6ccb548f210243ade94ae69972b4256213f1e846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 04:09:24 +0000 Subject: [PATCH] chore(deps): Bump dotenvy from 0.15.5 to 0.15.6 Bumps [dotenvy](https://github.com/allan2/dotenvy) from 0.15.5 to 0.15.6. - [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.5...v0.15.6) --- updated-dependencies: - dependency-name: dotenvy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 38 ++------------------------------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f70d8a..b83a9b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,26 +554,6 @@ dependencies = [ "crypto-common", ] -[[package]] -name = "dirs" -version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs-sys" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" -dependencies = [ - "libc", - "redox_users", - "winapi", -] - [[package]] name = "dlv-list" version = "0.3.0" @@ -582,12 +562,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "dotenvy" -version = "0.15.5" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9155c8f4dc55c7470ae9da3f63c6785245093b3f6aeb0f5bf2e968efbba314" -dependencies = [ - "dirs", -] +checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" [[package]] name = "either" @@ -1590,17 +1567,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "redox_users" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" -dependencies = [ - "getrandom", - "redox_syscall", - "thiserror", -] - [[package]] name = "regex" version = "1.5.6" diff --git a/Cargo.toml b/Cargo.toml index fd0146a..4016fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ actix-web = "4.2.1" badgers = "1.0.0" bytes = "1.2.1" config = { version = "0.13.2", features = ["toml"] } -dotenvy = "0.15.5" +dotenvy = "0.15.6" futures = "0.3.24" git2 = "0.15.0" lazy_static = "1.4.0"