Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/thiserror-1.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
2 parents 15be2f9 + 47caf36 commit 11f8552
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 19 deletions.
32 changes: 22 additions & 10 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 @@ -20,7 +20,7 @@ name = "clang-tidy-sarif"
path = "src/bin.rs"

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["clang-tidy-converters"] }
clap = { version = "4.2.2", features = ["derive"] }
duct = "0.13.6"
Expand Down
2 changes: 1 addition & 1 deletion clippy-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "clippy-sarif"
path = "src/bin.rs"

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["clippy-converters"] }
clap = { version = "4.2.2", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion hadolint-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "hadolint-sarif"
path = "src/bin.rs"

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["hadolint-converters"] }
clap = { version = "4.2.2", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion sarif-fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "sarif-fmt"
path = "src/bin.rs"

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
codespan-reporting = "0.11.1"
serde_json = "1.0.96"
serde-sarif = { path = "../serde-sarif", version = "0.4.1" }
Expand Down
8 changes: 4 additions & 4 deletions serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ shellcheck-converters = []
clang-tidy-converters = ["regex"]

[dependencies]
anyhow = "1.0.70"
cargo_metadata = { version = "0.15.4", optional = true }
anyhow = "1.0.72"
cargo_metadata = { version = "0.17.0", optional = true }
derive_builder = "0.12.0"
regex = { version = "1.7.3", optional = true }
regex = { version = "1.9.1", optional = true }
serde = "1.0.160"
serde_json = "1.0.96"
strum = "0.25"
Expand All @@ -38,7 +38,7 @@ thiserror = "1.0.44"
version-sync = "0.9"

[build-dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
prettyplease = "0.2.12"
proc-macro2 = "1.0.64"
quote = "1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion shellcheck-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "shellcheck-sarif"
path = "src/bin.rs"

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
serde-sarif = { path = "../serde-sarif", version = "0.4.1", features = ["shellcheck-converters"] }
clap = { version = "4.2.2", features = ["derive"] }

Expand Down

0 comments on commit 11f8552

Please sign in to comment.