From 2e64b48429bbaf5f72132146117d60652ca7b31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:51:32 +0000 Subject: [PATCH] chore(deps): bump config from 0.14.1 to 0.15.4 Bumps [config](https://github.com/rust-cli/config-rs) from 0.14.1 to 0.15.4. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.14.1...v0.15.4) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++------------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4bae89..b1ab10e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,14 +307,14 @@ dependencies = [ [[package]] name = "config" -version = "0.14.1" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" +checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" dependencies = [ - "nom", "pathdiff", "serde", "toml", + "winnow", ] [[package]] @@ -1287,12 +1287,6 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - [[package]] name = "miniz_oxide" version = "0.8.0" @@ -1383,16 +1377,6 @@ dependencies = [ "unicode-segmentation", ] -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - [[package]] name = "num" version = "0.4.3" diff --git a/Cargo.toml b/Cargo.toml index a0be554..baf4881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ inquire = "0.7.5" crossterm = "0.28.1" regex = "1.11.1" similar = { version = "2.6.0", features = ["unicode"] } -config = { version = "0.14.1", default-features = false, features = ["toml"] } +config = { version = "0.15.4", default-features = false, features = ["toml"] } simplelog = "0.12.2" unicode-segmentation = "1.12.0" unicode-width = "0.2.0"