From ed8b0ea37a96ffc69dce3ca4c45a3c6225e76883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:04:12 +0000 Subject: [PATCH] chore(deps): update clap requirement from =4.5.23 to =4.5.24 Updates the requirements on [clap](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.23...clap_complete-v4.5.24) --- updated-dependencies: - dependency-name: clap 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 d72825f..30cfbaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ toml_edit = "=0.22.22" serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135" vfs = "=0.12.0" -clap = { version = "=4.5.23", features = ["std", "color", "suggestions", "cargo", "derive"] } +clap = { version = "=4.5.24", features = ["std", "color", "suggestions", "cargo", "derive"] } clap_complete = "=4.5.41" petgraph = "=0.7.0" ansi_term = "=0.12.1"