Skip to content

Commit

Permalink
Merge pull request #175 from sycured/dependabot/cargo/clap-4.3.24
Browse files Browse the repository at this point in the history
Bump clap from 4.3.23 to 4.3.24
  • Loading branch information
sycured authored Aug 24, 2023
2 parents 7ae96bd + 529fd3e commit 57ef356
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lto = false
[dependencies]
attohttpc = { version = "0.26.0", default-features = false, features = ["compress", "json", "rustls"] }
base64 = "0.21.2"
clap = { version = "4.3.23", features = ["cargo", "env", "wrap_help"] }
clap = { version = "4.3.24", features = ["cargo", "env", "wrap_help"] }
clap_complete = "4.3.2"
comfy-table = "7.0.1"
dialoguer = "0.10.4"
Expand All @@ -37,7 +37,7 @@ serde_json = "1.0.105"
zeroize = { version = "1.6.0", features = ["zeroize_derive"] }

[dev-dependencies]
clap = { version = "4.3.23", features = ["cargo", "deprecated", "env", "wrap_help"] }
clap = { version = "4.3.24", features = ["cargo", "deprecated", "env", "wrap_help"] }

[target.'cfg(not(target_os = "windows"))'.dependencies]
jemallocator = "0.5.4"

0 comments on commit 57ef356

Please sign in to comment.