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

Commit 997a2ce

Browse files
Update clap requirement from 3.1.2 to 4.5.47
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...clap_complete-v4.5.47) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d977787 commit 997a2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.47", features = ["derive"] }
1414
prettytable-rs = "0.10"
1515
anyhow = { version = "1.0", features = ["backtrace"] }
1616
better-panic = "0.3.0"

0 commit comments

Comments
 (0)