Skip to content

Commit

Permalink
Update clap version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Dec 20, 2022
1 parent bfecffa commit bbcd770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"
os_info = { version = "3.5.1", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.9"
clap = { version = "3", features = ["derive"] }
clap = { version = "4", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit bbcd770

Please sign in to comment.