Skip to content

Commit

Permalink
build(cli): upgrade clap to 4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jan 14, 2024
1 parent 27cb5ca commit cc5094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitt-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "hitt"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.13", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
console = { version = "0.15.8" }
hitt-formatter = { workspace = true }
hitt-parser = { workspace = true }
Expand Down

0 comments on commit cc5094c

Please sign in to comment.