Skip to content

Commit

Permalink
chore: update clap
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Oct 26, 2023
1 parent 0cb603c commit 2e1e9d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 90 deletions.
98 changes: 11 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
name = "jwtinfo"
description = "Command line tool to get information about JWTs (Json Web Tokens)"
keywords = ["JWT", "token", "web", "json"]
categories = ["command-line-interface", "command-line-utilities", "cryptography", "development-tools", "development-tools::debugging"]
categories = [
"command-line-interface",
"command-line-utilities",
"cryptography",
"development-tools",
"development-tools::debugging",
]
repository = "https://github.com/lmammino/jwtinfo"
documentation = "https://github.com/lmammino/jwtinfo"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"
authors = ["Luciano Mammino", "Stefano Abalsamo"]
edition = "2018"
license = "MIT"

[dependencies]
clap = "4.3"
clap = "4.4.7"
base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 2e1e9d6

Please sign in to comment.