Skip to content

Commit

Permalink
Merge pull request #126 from brave/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.3.10
  • Loading branch information
rillian authored Jul 4, 2023
2 parents 09d1ad4 + 14e7b5a commit d591bd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
axum = "0.6.18"
base64 = "0.21.2"
clap = { version = "4.3.8", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
curve25519-dalek = "3.2.0"
ppoprf = { git = "https://github.com/brave/sta-rs", rev = "1937393e9d76c5333af47dd2ae2778b7e63fafd4" }
serde = "1.0.166"
Expand Down

0 comments on commit d591bd1

Please sign in to comment.