Skip to content

Commit

Permalink
[CHORE] Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 16, 2024
1 parent be63f15 commit 5faa150
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

[dependencies]
owmods_core = { version = "0.12.0", path = "../owmods_core" }
clap = { version = "4.4.16", features = ["derive"] }
clap = { version = "4.4.17", features = ["derive"] }
colored = "2.1.0"
anyhow = "1.0.79"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
tokio = { version = "1.35.1", features = ["macros"] }
log = { version = "0.4.20", features = ["std"] }
clap_complete = "4.4.6"
clap_complete = "4.4.7"
serde_json = "1.0.111"

[build-dependencies]
clap = { version = "4.4.16", features = ["derive"] }
clap_complete = "4.4.6"
clap = { version = "4.4.17", features = ["derive"] }
clap_complete = "4.4.7"
clap_mangen = "0.2.17"

[[bin]]
Expand Down

0 comments on commit 5faa150

Please sign in to comment.