From e9d48423a13d1c901fdf80046256dd3911dde940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:09:50 +0000 Subject: [PATCH 1/2] Bump config from 0.13.3 to 0.13.4 Bumps [config](https://github.com/mehcode/config-rs) from 0.13.3 to 0.13.4. - [Changelog](https://github.com/mehcode/config-rs/blob/v0.13.4/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: config 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 192119f..29ae130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,9 +494,9 @@ checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" [[package]] name = "config" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" +checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" dependencies = [ "async-trait", "json5", diff --git a/Cargo.toml b/Cargo.toml index f029a0f..22d46b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ actix-rt = "2.9.0" actix-web = "4.4.0" badgers = "1.2.0" bytes = "1.5.0" -config = { version = "0.13.3", features = ["toml"] } +config = { version = "0.13.4", features = ["toml"] } dotenvy = "0.15.7" futures = "0.3.29" git2 = "0.18.1" From 2488c8f28c0041c875309c469f5ebbe450a68a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 Nov 2023 04:10:04 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5708264..43135d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies - Bump `serde` from 1.0.192 to 1.0.193 ([#704](https://github.com/vbrandl/hoc/pull/704)) +- Bump `config` from 0.13.3 to 0.13.4 ([#705](https://github.com/vbrandl/hoc/pull/705)) ## [0.36.0] 2023-11-17 ### Dependencies