Skip to content

Commit

Permalink
Merge pull request #6 from c410-f3r/dependabot/cargo/clap-4.4.6
Browse files Browse the repository at this point in the history
Bump clap from 4.4.5 to 4.4.6
  • Loading branch information
c410-f3r authored Sep 29, 2023
2 parents ba13762 + 8db8c42 commit c25d8a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 wtx-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[dependencies]
clap = { default-features = false, features = ["derive", "help", "std", "usage"], optional = true, version = "4.0" }
clap = { default-features = false, features = ["derive", "help", "std", "usage"], optional = true, version = "4.4" }
tokio = { default-features = false, features = ["io-std", "macros", "rt"], version = "1.0" }
wtx = { default-features = false, path = "../wtx" }

Expand Down

0 comments on commit c25d8a4

Please sign in to comment.