Skip to content

Commit

Permalink
ci: bump clap from 4.3.24 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.24 to 4.4.2.
- [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.3.24...v4.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 6, 2023
1 parent cfd56c1 commit 2a7a894
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 117 deletions.
123 changes: 11 additions & 112 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 clang-tidy-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.75"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["clang-tidy-converters"] }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
duct = "0.13.6"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clippy-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.75"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["clippy-converters"] }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }

[dev-dependencies]
version-sync = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion hadolint-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.75"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["hadolint-converters"] }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }

[dev-dependencies]
version-sync = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion sarif-fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1.0.75"
codespan-reporting = "0.11.1"
serde_json = "1.0.105"
serde-sarif = { path = "../serde-sarif", version = "0.4.1" }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }

[dev-dependencies]
duct = "0.13.6"
Expand Down
2 changes: 1 addition & 1 deletion shellcheck-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.75"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["shellcheck-converters"] }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }

[dev-dependencies]
version-sync = "0.9"
Expand Down

0 comments on commit 2a7a894

Please sign in to comment.