Skip to content

Commit

Permalink
Update clap version to latest in Cargo.toml (#506)
Browse files Browse the repository at this point in the history
Ensures that the latest version of clap is used for the workaround in #505 to work.
  • Loading branch information
svix-daniel committed Jun 13, 2022
1 parent 25b0790 commit 905f69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/svix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ svix-ksuid = "^0.5.1"
dotenv = "0.15.0"
getrandom = "0.2.4"
hmac-sha256 = "1"
clap = { version = "3.0.10", features = ["derive"] }
clap = { version = "3.2.1", features = ["derive"] }
axum = { version = "0.5.1", features = ["headers"] }
base64 = "0.13.0"
hyper = { version = "0.14.16", features = ["full"] }
Expand Down

0 comments on commit 905f69a

Please sign in to comment.