Skip to content

Commit

Permalink
Merge pull request #394 from figsoda/dependabot/cargo/clap-4.5.1
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.1
  • Loading branch information
figsoda authored Feb 19, 2024
2 parents cf2f9a2 + bf1b578 commit 8e8e570
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "development-tools"]

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["cargo", "derive", "unicode"] }
clap = { version = "4.5.1", features = ["cargo", "derive", "unicode"] }
globset = "0.4.14"
is_executable = "1.0.1"
rpassword = "7.3.1"
Expand All @@ -36,7 +36,7 @@ default-features = false
features = ["bzip2", "deflate", "zstd"]

[build-dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.20"

Expand Down

0 comments on commit 8e8e570

Please sign in to comment.