Skip to content

Commit

Permalink
Merge pull request #324 from stanislav-tkach/dependabot/cargo/clap-4
Browse files Browse the repository at this point in the history
Update clap requirement from 3 to 4
  • Loading branch information
stanislav-tkach authored Dec 17, 2022
2 parents 4ee6bad + 2ed9746 commit 3c2f3a3
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 @@ -20,7 +20,7 @@ path = "src/main.rs"
os_info = { version = "3.5.1", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.10"
clap = { version = "3", features = ["derive"] }
clap = { version = "4", features = ["derive"] }

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

0 comments on commit 3c2f3a3

Please sign in to comment.