From 1bf4c2b6a014ab782f20394c576ef3ba7c9027a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:41:49 +0000 Subject: [PATCH] Update clap requirement from 3.1.2 to 4.5.6 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-v3.1.2...v4.5.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1910f27..e9496ed 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,7 +10,7 @@ loader = { path = "../loader" } vm = { path = "../vm" } rt = { path = "../rt" } -clap = { version = "3.1.2", features = ["derive"] } +clap = { version = "4.5.6", features = ["derive"] } prettytable-rs = "0.10" env_logger = "0.11" anyhow = { version = "1.0", features = ["backtrace"] } \ No newline at end of file