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 1/2] 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" From 30ef5cf41f758608c196ffab140fd87301e56f1b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 13 Apr 2023 11:07:24 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3da753..f857b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.2 to 0.7.3 ([#578]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.158 ([#580]) * Updated [`mime`](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17 ([#582]) +* Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.6 to 0.15.7 ([#583]) [#578]: https://github.com/vbrandl/hoc/pull/578 [#580]: https://github.com/vbrandl/hoc/pull/580 [#582]: https://github.com/vbrandl/hoc/pull/582 +[#583]: https://github.com/vbrandl/hoc/pull/583 ## [0.33.0] 2023-03-16