Skip to content

Commit

Permalink
Update Rust crate clap to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 26, 2024
1 parent 352987a commit cc80174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3", features = ["derive", "unicode", "env"]}
clap = {version = "4.4", features = ["derive", "unicode", "env"]}
fastrand = "1.9.0"
hyper = {version = "0.14", features = ["full"]}
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1"
axum = {version = "0.6.18", features = ["headers"]}
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.3", features = ["derive", "unicode"]}
clap = {version = "4.4", features = ["derive", "unicode"]}
futures-util = {version = "0.3", default-features = false}
hyper = {version = "0.14", features = ["full"]}
jsonwebtoken = "8.3"
Expand Down

0 comments on commit cc80174

Please sign in to comment.