From 9d18024aafa12506958db91f5f4dd5635ddbdf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:49:28 +0000 Subject: [PATCH] Update clap requirement from 3.1.2 to 4.5.4 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.4) --- 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..9c9b99e 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.4", features = ["derive"] } prettytable-rs = "0.10" env_logger = "0.11" anyhow = { version = "1.0", features = ["backtrace"] } \ No newline at end of file