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 Oct 24, 2023
1 parent 15adc41 commit 6664849
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
26 changes: 12 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenvy = "0.15"
derive_more = "0.99"
hex = "0.4"
rand = "0.8"
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
base64 = "0.21"
bincode = "1.3"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion misc/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
star-constellation = "0.2"
base64 = "0.21"
rand = "0.8"
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
reqwest = "0.11"
tokio = { version = "1.32", features = ["full"] }
futures = "0.3"
Expand Down

0 comments on commit 6664849

Please sign in to comment.