Skip to content

Commit

Permalink
ci: bump anyhow from 1.0.86 to 1.0.87
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.87)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 6, 2024
1 parent a46e4eb commit 4776190
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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.86"
anyhow = "1.0.87"
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clang-tidy-converters"] }
clap = { version = "4.5.17", features = ["derive"] }
duct = "0.13.7"
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.86"
anyhow = "1.0.87"
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clippy-converters"] }
clap = { version = "4.5.17", 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.86"
anyhow = "1.0.87"
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["hadolint-converters"] }
clap = { version = "4.5.17", 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.86"
anyhow = "1.0.87"
codespan-reporting = "0.11.1"
serde-sarif = { path = "../serde-sarif", version = "0.6.6" }
serde_json = "1.0.128"
Expand Down
4 changes: 2 additions & 2 deletions serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shellcheck-converters = ["anyhow"]
clang-tidy-converters = ["regex", "anyhow"]

[dependencies]
anyhow = { version = "1.0.86", optional = true }
anyhow = { version = "1.0.87", optional = true }
cargo_metadata = { version = "0.18.1", optional = true }
regex = { version = "1.10.6", optional = true }
serde = "1.0.210"
Expand All @@ -41,7 +41,7 @@ typed-builder = "0.20.0"
version-sync = "0.9"

[build-dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
prettyplease = "0.2.22"
proc-macro2 = "1.0.86"
quote = "1.0.37"
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.86"
anyhow = "1.0.87"
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["shellcheck-converters"] }
clap = { version = "4.5.17", features = ["derive"] }

Expand Down

0 comments on commit 4776190

Please sign in to comment.