From 94bad249b42692feed2a5cb6222ea2585baaf35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:33:34 +0000 Subject: [PATCH] Bump config from 0.15.6 to 0.15.7 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.6 to 0.15.7. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.6...v0.15.7) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 768ff3c..8943d06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,9 +267,9 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.6" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e329294a796e9b22329669c1f433a746983f9e324e07f4ef135be81bb2262de4" +checksum = "e26695492a475c4a091cfda61446d5ba01aac2e1dfbcd27a12fdd11aa2e32596" dependencies = [ "pathdiff", "serde", @@ -1971,9 +1971,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.20" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" +checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 87fa437..956dcf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ lto = true [dependencies] clap = { version = "4.5.27", features = ["derive"] } -config = { version = "0.15.6", default-features = false, features = ["yaml"] } +config = { version = "0.15.7", default-features = false, features = ["yaml"] } futures = "0.3.28" k8s-openapi = { version = "0.19.0", features = ["v1_26"] } kube = { version = "0.85.0", features = ["runtime"] }