Skip to content

Commit

Permalink
ci: bump clap from 4.5.4 to 4.5.9
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.9)

---
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] committed Jul 9, 2024
1 parent 82a7946 commit 0407dab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.

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.86"
serde-sarif = { path = "../serde-sarif", version = "0.5.0", features = ["clang-tidy-converters"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
duct = "0.13.7"

[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.86"
serde-sarif = { path = "../serde-sarif", version = "0.5.0", features = ["clippy-converters"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.9", 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.86"
serde-sarif = { path = "../serde-sarif", version = "0.5.0", features = ["hadolint-converters"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.9", 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.86"
codespan-reporting = "0.11.1"
serde_json = "1.0.120"
serde-sarif = { path = "../serde-sarif", version = "0.5.0" }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }

[dev-dependencies]
duct = "0.13.7"
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.86"
serde-sarif = { path = "../serde-sarif", version = "0.5.0", features = ["shellcheck-converters"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }

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

0 comments on commit 0407dab

Please sign in to comment.