Skip to content

Commit

Permalink
Merge pull request #51 from lvillis/dependabot/cargo/clap-4.5.22
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.5.21 to 4.5.22
  • Loading branch information
lvillis authored Dec 4, 2024
2 parents 35ca316 + 8345cb1 commit b3baa06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -13,7 +13,7 @@ documentation = "https://github.com/lvillis/tcping-rs/blob/main/README.md"
members = [".", "bin/ref-type"]

[dependencies]
clap = { version = "4.5.21", default-features = false, features = ["std", "color", "usage", "help", "suggestions", "error-context", "derive"] }
clap = { version = "4.5.22", default-features = false, features = ["std", "color", "usage", "help", "suggestions", "error-context", "derive"] }
ctrlc = { version = "3.4.5", default-features = false }
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.132", default-features = false, features = ["std"] }

0 comments on commit b3baa06

Please sign in to comment.