Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 6806d84

Browse files
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](clap-rs/clap@clap_complete-v3.1.2...v4.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 701dc6d commit 6806d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader = { path = "../loader" }
1010
vm = { path = "../vm" }
1111
rt = { path = "../rt" }
1212

13-
clap = { version = "3.1.2", features = ["derive"] }
13+
clap = { version = "4.5.4", features = ["derive"] }
1414
prettytable-rs = "0.10"
1515
env_logger = "0.10"
1616
anyhow = { version = "1.0", features = ["backtrace"] }

0 commit comments

Comments
 (0)