Skip to content

Commit

Permalink
Merge pull request #73 from brave/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.4
  • Loading branch information
DJAndries authored Dec 9, 2023
2 parents 5ae7805 + 6664849 commit 0495fd8
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.35", features = ["full"] }
futures = "0.3"
Expand Down

0 comments on commit 0495fd8

Please sign in to comment.