Skip to content

Commit

Permalink
Upgrade Clap to v3 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel authored Jan 12, 2022
1 parent 7d43154 commit 2158079
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 549 deletions.
148 changes: 100 additions & 48 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 @@ -12,7 +12,7 @@ path = "src/main.rs"
test = true

[dependencies]
clap = "2"
clap = { version = "3", features = ["derive"] }
jsonwebtoken = "7"
bunt = "0.2"
serde = "1"
Expand Down
Loading

0 comments on commit 2158079

Please sign in to comment.