From 98ac919c3f3ee793a552c541eb0dfbce71ffceb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:32:01 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate clap-verbosity-flag to v3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f2c3f..5fc750b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.2.3" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c77f67047557f62582784fd7482884697731b2932c7d37ced54bce2312e1e2" +checksum = "42dcf89bb9d98abb02e9a4a8ef1cce429e547a803460a8245c399860985d5281" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index 40eae39..3ac6bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.81" [dependencies] clap = { version = "4.5.21", features = ["derive"] } clap-verbosity = "2.1.0" -clap-verbosity-flag = "2.2.3" +clap-verbosity-flag = "3.0.0" colorful = "0.3.2" env_logger = "0.11.5" log = "0.4.22" From e7a0975a1c5fb322b5627f80ebf08cea58b05671 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:34:18 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8b7d9..0f77903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependencies: update rust crate thiserror to 2.0.3(pr [#31]) - Dependencies: update rust crate clap to 4.5.21(pr [#40]) - Dependencies: update rust crate clap-verbosity-flag to 2.2.3(pr [#45]) +- Dependencies: update rust crate clap-verbosity-flag to v3(pr [#46]) [#2]: https://github.com/jerus-org/kdeets/pull/2 [#1]: https://github.com/jerus-org/kdeets/pull/1 @@ -87,3 +88,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#43]: https://github.com/jerus-org/kdeets/pull/43 [#44]: https://github.com/jerus-org/kdeets/pull/44 [#45]: https://github.com/jerus-org/kdeets/pull/45 +[#46]: https://github.com/jerus-org/kdeets/pull/46