From dc1cb40bbad8c3a00e5255f3ca46d3b8b9b5612f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:02:23 +0000 Subject: [PATCH] Bump config from 0.15.5 to 0.15.7 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.5 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.5...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 | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4708bd0..62fe6aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.5" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bdefe0c9ee4fe0e613bf6d5cc55dfdb12198fb48518fec0706b358e7485d8c" +checksum = "e26695492a475c4a091cfda61446d5ba01aac2e1dfbcd27a12fdd11aa2e32596" dependencies = [ "async-trait", "convert_case", @@ -269,7 +269,7 @@ dependencies = [ "serde", "serde_json", "toml", - "winnow", + "winnow 0.7.0", "yaml-rust2", ] @@ -1131,7 +1131,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.20", ] [[package]] @@ -1393,6 +1393,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419" +dependencies = [ + "memchr", +] + [[package]] name = "yaml-rust2" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index ff5d164..00e3348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ inline_colorization = "0.1.6" nix = { version = "0.29.0", features = ["user"] } prettytable = "0.10.0" term_size = "0.3.2" -config = "0.15.5" +config = "0.15.7" serde = { version = "1.0.215", features = ["derive"] } dirs-next = "2.0.0" strip-ansi-escapes = "0.2.0"