From 3119d2fcfaa22127a7b32651b363cbcfc1050f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:31:10 +0000 Subject: [PATCH] chore(deps): update clap requirement from =4.4.10 to =4.4.11 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/v4.4.10...v4.4.11) --- 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 c86c519..031d591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ toml_edit = "=0.21.0" serde = { version = "=1.0.193", features = ["derive"] } serde_json = "=1.0.108" vfs = "=0.10.0" -clap = { version = "=4.4.10", features = ["std", "color", "suggestions", "cargo", "derive"] } +clap = { version = "=4.4.11", features = ["std", "color", "suggestions", "cargo", "derive"] } clap_complete = "=4.4.4" petgraph = "=0.6.4" ansi_term = "=0.12.1"