Skip to content

Commit

Permalink
Merge pull request #30 from Watfaq/dependabot/cargo/clap-4.3.19
Browse files Browse the repository at this point in the history
Bump clap from 3.2.25 to 4.3.19
  • Loading branch information
ibigbug authored Jul 31, 2023
2 parents 727abd1 + 5ee910d commit 79c890a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 63 deletions.
153 changes: 91 additions & 62 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 clash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ name = "clash"
path = "src/main.rs"

[dependencies]
clap = { version = "3.2.20", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }

clash_lib = { path = "../clash_lib" }

0 comments on commit 79c890a

Please sign in to comment.