From c6f73e3a6c9958cffe21b84d077af76b4ae7a69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:42:46 +0000 Subject: [PATCH] Update clap requirement from 3.1.2 to 4.5.10 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.10) --- 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..302660c 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.10", features = ["derive"] } prettytable-rs = "0.10" env_logger = "0.11" anyhow = { version = "1.0", features = ["backtrace"] } \ No newline at end of file