Skip to content

Commit

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

---
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 Sep 28, 2023
1 parent 4a64244 commit a1bde44
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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.2", features = ["clang-tidy-converters"] }
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", 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.2", features = ["clippy-converters"] }
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", 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.2", features = ["hadolint-converters"] }
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", 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.107"
serde-sarif = { path = "../serde-sarif", version = "0.4.2" }
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", 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.2", features = ["shellcheck-converters"] }
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }

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

0 comments on commit a1bde44

Please sign in to comment.