Skip to content

Commit

Permalink
Bump clap from 4.3.21 to 4.4.2 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 2f80390 commit 3fdd8da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 71 deletions.
79 changes: 10 additions & 69 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zia-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio = { version = "1.32", default-features = false, features = ["macros", "net
tracing-subscriber = { version = "0.3", features = ["tracing-log"] }
tokio-tungstenite = { version = "0.20", default-features = false, features = ["handshake"] }
futures-util = { version = "0.3", default-features = false }
clap = { version = "4.3", features = ["derive", "env"] }
clap = { version = "4.4", features = ["derive", "env"] }
url = { version = "2.4", features = ["serde"] }
async-trait = "0.1"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion zia-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio = { version = "1.32", default-features = false, features = ["macros", "rt-
tokio-tungstenite = { version = "0.20", default-features = false, features = ["handshake"] }
tracing-subscriber = { version = "0.3", features = ["tracing-log"] }
futures-util = { version = "0.3", default-features = false }
clap = { version = "4.3", features = ["derive", "env"] }
clap = { version = "4.4", features = ["derive", "env"] }
zia-common = { path = "../zia-common" }
async-trait = "0.1"
tracing = "0.1"
Expand Down

0 comments on commit 3fdd8da

Please sign in to comment.