From f3756f8d3e483532e1f803a55cd9f04d3dcdccac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:43:17 +0000 Subject: [PATCH] chore(deps): update clap_complete requirement from =4.5.26 to =4.5.28 Updates the requirements on [clap_complete](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.28) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6bddd6..13ef268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" vfs = "=0.12.0" clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo", "derive"] } -clap_complete = "=4.5.26" +clap_complete = "=4.5.28" petgraph = "=0.6.5" ansi_term = "=0.12.1" handlebars = "=6.1.0"