From 1ed9f6e73a6ee9bea7f0d067828eac97958212e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:31:34 +0000 Subject: [PATCH] build(deps): bump config from 0.15.4 to 0.15.5 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.4 to 0.15.5. - [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.5) --- 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 8af82d5..21684bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,9 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" +checksum = "38bdefe0c9ee4fe0e613bf6d5cc55dfdb12198fb48518fec0706b358e7485d8c" dependencies = [ "async-trait", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 74ffd09..a2cc4b9 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.5" env_logger = "0.11.6" git2 = "0.20.0" log = "0.4.22"