Skip to content

Commit

Permalink
fix(deps): bump clap from 4.4.7 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.7 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.7...v4.4.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Nov 13, 2023
1 parent e81b8a4 commit d1b17f4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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 git-mit-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ miette = { version = "5.6.0", features = [ "fancy" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }

comfy-table = "7.1.0"

Expand Down
2 changes: 1 addition & 1 deletion git-mit-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ which = "5.0.0"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }


git2 = "0.18.1"
Expand Down
2 changes: 1 addition & 1 deletion git-mit-relates-to/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/PurpleBooth/git-mit"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion git-mit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indoc = "2.0.4"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion mit-commit-message-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mit-commit = "3.1.8"
mit-lint = "3.2.7"
comfy-table = "7.1.0"
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
quickcheck_macros = "1.0.0"
quickcheck = "1.0.3"

Expand Down
2 changes: 1 addition & 1 deletion mit-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }
mit-lint = "3.2.7"
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }
miette = { version = "5.6.0", features = [ "fancy" ] }
Expand Down
2 changes: 1 addition & 1 deletion mit-pre-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ time = "0.3.30"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }
mit-commit = "3.1.8"
Expand Down
2 changes: 1 addition & 1 deletion mit-prepare-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
shell-words = "1.1.0"
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.59", optional = true }
mit-commit = "3.1.8"
Expand Down

0 comments on commit d1b17f4

Please sign in to comment.