From 5bf9e084a015d1fc8ef12d27ef417311137362ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:36:43 +0000 Subject: [PATCH] build(deps): bump config from 0.15.4 to 0.15.6 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.4 to 0.15.6. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.4...v0.15.6) --- 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 142ccc7..d272ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,9 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.4" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" +checksum = "e329294a796e9b22329669c1f433a746983f9e324e07f4ef135be81bb2262de4" dependencies = [ "async-trait", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 7c7663f..bf3afac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ahash = "0.8.11" anyhow = "1.0.95" clap = { version = "4.5.23", features = ["derive"] } clap-verbosity-flag = "3.0.2" -config = "0.15.4" +config = "0.15.6" env_logger = "0.11.6" git2 = "0.20.0" log = "0.4.22"