Skip to content

Commit

Permalink
Merge pull request #52 from lvillis/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.5.22 to 4.5.23
  • Loading branch information
lvillis authored Dec 6, 2024
2 parents b3baa06 + 76c8e10 commit 0a8ec13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.22", default-features = false, features = ["std", "color", "usage", "help", "suggestions", "error-context", "derive"] }
clap = { version = "4.5.23", 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 0a8ec13

Please sign in to comment.