Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
update clap + bump to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sycured committed Mar 19, 2023
1 parent ff460a5 commit 763f047
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 31 deletions.
75 changes: 46 additions & 29 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jira_cli"
version = "2.11.0"
version = "2.12.0"
edition = "2021"
license = "GPL-2.0"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ lto = false
[dependencies]
attohttpc = { version = "0.24.1", default-features = false, features = ["compress", "json", "rustls"] }
base64 = "0.21.0"
clap = { version = "4.1.9", features = ["cargo", "env", "wrap_help"] }
clap = { version = "4.1.11", features = ["cargo", "env", "wrap_help"] }
clap_complete = "4.1.5"
comfy-table = "6.1.4"
dialoguer = "0.10.3"
Expand Down

0 comments on commit 763f047

Please sign in to comment.