Skip to content

Commit

Permalink
Bump Clap to fix clippy lints (#866)
Browse files Browse the repository at this point in the history
## Motivation

This bumps `clap` to the latest stable version. This probably good for
it's own reasons, but the real motivation is fix the new clippy lints
that dropped. clap-rs/clap#4733


## Solution

1. Bump `clap` version.
2. Profit!!!
  • Loading branch information
svix-gabriel authored Mar 8, 2023
2 parents 72c169d + 60e0903 commit f00da49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 70 deletions.
73 changes: 4 additions & 69 deletions server/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 server/svix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ svix-ksuid = "^0.5.1"
dotenv = "0.15.0"
sha2 = "0.10.2"
hmac-sha256 = "1"
clap = { version = "3.2.1", features = ["derive"] }
clap = { version = "4.1.8", features = ["derive"] }
axum = { version = "0.6.1", features = ["headers"] }
base64 = "0.13.0"
hyper = { version = "0.14.16", features = ["full"] }
Expand Down

0 comments on commit f00da49

Please sign in to comment.