Skip to content

Commit

Permalink
Merge pull request #176 from rami3l/clap-beta
Browse files Browse the repository at this point in the history
chore(deps): bump `clap` to `v3.0.0-beta.4`
  • Loading branch information
rami3l authored Aug 22, 2021
2 parents c8e5814 + addadb4 commit 17bbab4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ xshell = "0.1.14"
[dependencies]
async-trait = "0.1.51"
bytes = "1.0.1"
# clap = "3.0.0-beta.2"
clap = { git = "https://github.com/clap-rs/clap" }
clap = { git = "https://github.com/clap-rs/clap", version = "3.0.0-beta.4" }
colored = "2.0.0"
confy = "0.4.0"
dirs-next = "2.0.0"
Expand All @@ -45,7 +44,7 @@ regex = { version = "1.5.4", default-features = false, features = [
"std",
"perf",
] }
serde = { version = "1.0.127", features = ["derive"] }
serde = { version = "1.0.128", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.26"
tokio = { version = "1.10.0", features = [
Expand Down

0 comments on commit 17bbab4

Please sign in to comment.