Skip to content

Commit

Permalink
Update Rust crate clap to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 28, 2023
1 parent aed9664 commit 8b29905
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chrono = "0.4"
anyhow = "1"
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.0", features = ["derive", "unicode", "env"]}
clap = {version = "4.1", 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 @@ -22,7 +22,7 @@ chrono = "0.4"
anyhow = "1"
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.0", features = ["derive", "unicode"]}
clap = {version = "4.1", 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 8b29905

Please sign in to comment.