Skip to content

Commit

Permalink
[CHORE] Update Rust crate clap to 4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2024
1 parent 94fd27e commit 3dedbfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.12.0", path = "../owmods_core" }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
colored = "2.1.0"
anyhow = "1.0.79"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
Expand All @@ -23,7 +23,7 @@ clap_complete = "4.4.6"
serde_json = "1.0.111"

[build-dependencies]
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
clap_complete = "4.4.6"
clap_mangen = "0.2.16"

Expand Down

0 comments on commit 3dedbfe

Please sign in to comment.