Skip to content

Commit

Permalink
Merge pull request #106 from c410-f3r/dependabot/cargo/clap-4.5.0
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.0
  • Loading branch information
c410-f3r authored Feb 9, 2024
2 parents 4843ea7 + b376c58 commit b4ea5d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.4" }
clap = { default-features = false, features = ["derive", "help", "std", "usage"], optional = true, version = "4.5" }
dotenv = { default-features = false, optional = true, version = "0.15" }
tokio = { default-features = false, features = ["io-std", "io-util", "macros", "net", "rt-multi-thread"], version = "1.36" }
wtx = { default-features = false, features = ["tokio"], path = "../wtx" }
Expand Down

0 comments on commit b4ea5d4

Please sign in to comment.