Skip to content

Commit

Permalink
Merge pull request #378 from figsoda/dependabot/cargo/clap-4.4.17
Browse files Browse the repository at this point in the history
Bump clap from 4.4.13 to 4.4.17
  • Loading branch information
figsoda authored Jan 16, 2024
2 parents 518a956 + aba235e commit 84e2079
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.13", features = ["cargo", "derive", "unicode"] }
clap = { version = "4.4.17", 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.13", features = ["derive"] }
clap = { version = "4.4.17", features = ["derive"] }
clap_complete = "4.4.6"
clap_mangen = "0.2.16"

Expand Down

0 comments on commit 84e2079

Please sign in to comment.