Skip to content

Commit

Permalink
build(cli): upgrade clap to 4.4.13 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jan 6, 2024
1 parent bbebae7 commit 80c1994
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.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
console = { version = "0.15.7" }
hitt-formatter = { workspace = true }
hitt-parser = { workspace = true }
Expand Down

0 comments on commit 80c1994

Please sign in to comment.