Skip to content

Commit

Permalink
Upgrade clap crate (pyrsia#1343)
Browse files Browse the repository at this point in the history
* upgrade clap crate to 4.0.26

* cargo fmt and clippy

* fix clippy warnings
  • Loading branch information
tiainen authored Dec 5, 2022
1 parent 5b5caea commit f982f7e
Show file tree
Hide file tree
Showing 8 changed files with 277 additions and 164 deletions.
166 changes: 143 additions & 23 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ bytes = "1.3.0"
byte-unit = { version = "4.0.13", default-features = false}
confy = "0.5.0"
ctor = "0.1.26"
clap = { version = "3.2.22", features = ["derive"] }
dirs = "4.0.0"
defaults = "0.2.0"
derive_builder = "0.11.2"
Expand Down
2 changes: 1 addition & 1 deletion pyrsia_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
pyrsia = {path=".."}
anyhow = "1.0.66"
clap = { version = "3.2.22", features= ["cargo"] }
clap = { version = "4.0.29", features = [ "cargo" ] }
confy = "0.5.0"
const_format = "0.2.26"
futures = { version = "0.3.*"}
Expand Down
Loading

0 comments on commit f982f7e

Please sign in to comment.