Skip to content

Commit

Permalink
Bump clap from 4.4.6 to 4.4.8
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.6...v4.4.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 0eb157e commit 0bad5a4
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 @@ -79,7 +79,7 @@ default-features = false
features = ["parsing"]

[dependencies.clap]
version = "4.4.6"
version = "4.4.8"
optional = true
features = ["wrap_help", "cargo"]

Expand All @@ -99,7 +99,7 @@ tempfile = "3.8.0"
nix = { version = "0.26.2", default-features = false, features = ["term"] }

[build-dependencies.clap]
version = "4.4.6"
version = "4.4.8"
optional = true
features = ["wrap_help", "cargo"]

Expand Down

0 comments on commit 0bad5a4

Please sign in to comment.