From fc0ab9e08989a981fa3d3b39fa46add098b58110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:48:01 +0000 Subject: [PATCH] chore(deps): bump config from 0.15.6 to 0.15.8 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.6 to 0.15.8. - [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.8) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- git-cliff-core/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2908bb427..42ee824de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,14 +435,14 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.6" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e329294a796e9b22329669c1f433a746983f9e324e07f4ef135be81bb2262de4" +checksum = "8cf9dc8d4ef88e27a8cb23e85cb116403dedd57f7971964dc4b18ccead548901" dependencies = [ "pathdiff", "serde", "toml", - "winnow", + "winnow 0.7.2", "yaml-rust2", ] @@ -988,7 +988,7 @@ dependencies = [ "doc-comment", "serde", "unicase", - "winnow", + "winnow 0.6.22", ] [[package]] @@ -2992,7 +2992,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.22", ] [[package]] @@ -3631,6 +3631,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603" +dependencies = [ + "memchr", +] + [[package]] name = "write16" version = "1.0.0" diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index 3a0e3ee922..f035d0a792 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -86,7 +86,7 @@ default-features = false optional = true [dependencies.config] -version = "0.15.6" +version = "0.15.8" default-features = false features = ["toml", "yaml"]