Skip to content

Commit

Permalink
[CHORE] Update Rust crate clap to 4.3.21 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Aug 8, 2023
2 parents 3503c59 + 9ae49b4 commit 6720838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions owmods_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends = "libssl1.1"

[dependencies]
owmods_core = { version = "0.10.0", path = "../owmods_core"}
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
colored = "2.0.4"
anyhow = "1.0.72"
indicatif = { version = "0.17.6", features = ["improved_unicode"] }
Expand All @@ -22,7 +22,7 @@ log = { version = "0.4.19", features = ["std"] }
clap_complete = "4.3.2"

[build-dependencies]
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"

Expand Down

0 comments on commit 6720838

Please sign in to comment.