Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Nov 2, 2022
1 parent ca8ac4f commit 242eb69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
24 changes: 7 additions & 17 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/zdz/ServerStatus-Rust"
anyhow = "1"
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "3.2", features = ["derive", "unicode", "env"]}
clap = {version = "4.0", features = ["derive", "unicode", "env"]}
hyper = {version = "0.14", features = ["full"]}
lazy_static = "1.4"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/zdz/ServerStatus-Rust"
anyhow = "1"
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "3.2", features = ["derive", "unicode"]}
clap = {version = "4.0", features = ["derive", "unicode"]}
futures = "0.3"
futures-util = {version = "0.3", default-features = false}
http-auth-basic = "0.3"
Expand Down

0 comments on commit 242eb69

Please sign in to comment.