From d3b8003ac568a7359084cb30d667aa16477e2489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:37:52 +0000 Subject: [PATCH] chore(deps): bump config from 0.15.0 to 0.15.3 (#377) Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.0 to 0.15.3. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.0...v0.15.3) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d2bf97..6487ef2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,9 +581,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "config" -version = "0.15.0" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a734575233f9bf1bbbd6fa1e0dc5dda4afc61658d28b30b8e07d492e40b4d03b" +checksum = "d73c1a90f0e9b8aa27881dedf820679d851991c138a3371d6364a38ea0a59552" dependencies = [ "pathdiff", "serde", diff --git a/Cargo.toml b/Cargo.toml index e74838d..a0ceae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ uts2ts = "0.4.1" path-clean = "1.0.1" [dependencies.config] -version = "0.15.0" +version = "0.15.3" default-features = false features = ["toml", "yaml"]