Skip to content

Commit

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

---
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 psastras committed Jul 31, 2023
1 parent 58516ef commit 47caf36
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.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
4 changes: 2 additions & 2 deletions serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shellcheck-converters = []
clang-tidy-converters = ["regex"]

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.72"
cargo_metadata = { version = "0.17.0", optional = true }
derive_builder = "0.12.0"
regex = { version = "1.9.1", optional = true }
Expand All @@ -38,7 +38,7 @@ thiserror = "1.0.40"
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 47caf36

Please sign in to comment.