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 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"