From 6a66251d21338c456636b654ca5f3cd815a1fd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:44:12 +0000 Subject: [PATCH] ci: bump anyhow from 1.0.87 to 1.0.88 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clang-tidy-sarif/Cargo.toml | 2 +- clippy-sarif/Cargo.toml | 2 +- hadolint-sarif/Cargo.toml | 2 +- sarif-fmt/Cargo.toml | 2 +- serde-sarif/Cargo.toml | 4 ++-- shellcheck-sarif/Cargo.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e1c4b11..d1b97ec1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "bitflags" diff --git a/clang-tidy-sarif/Cargo.toml b/clang-tidy-sarif/Cargo.toml index be232b0a..14f49d5c 100644 --- a/clang-tidy-sarif/Cargo.toml +++ b/clang-tidy-sarif/Cargo.toml @@ -20,7 +20,7 @@ name = "clang-tidy-sarif" path = "src/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clang-tidy-converters"] } clap = { version = "4.5.17", features = ["derive"] } duct = "0.13.7" diff --git a/clippy-sarif/Cargo.toml b/clippy-sarif/Cargo.toml index 5047643f..240a70ba 100644 --- a/clippy-sarif/Cargo.toml +++ b/clippy-sarif/Cargo.toml @@ -20,7 +20,7 @@ name = "clippy-sarif" path = "src/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clippy-converters"] } clap = { version = "4.5.17", features = ["derive"] } diff --git a/hadolint-sarif/Cargo.toml b/hadolint-sarif/Cargo.toml index bf82c3a9..313cbe92 100644 --- a/hadolint-sarif/Cargo.toml +++ b/hadolint-sarif/Cargo.toml @@ -20,7 +20,7 @@ name = "hadolint-sarif" path = "src/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["hadolint-converters"] } clap = { version = "4.5.17", features = ["derive"] } diff --git a/sarif-fmt/Cargo.toml b/sarif-fmt/Cargo.toml index 5c00d080..33a23dbd 100644 --- a/sarif-fmt/Cargo.toml +++ b/sarif-fmt/Cargo.toml @@ -20,7 +20,7 @@ name = "sarif-fmt" path = "src/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" codespan-reporting = "0.11.1" serde-sarif = { path = "../serde-sarif", version = "0.6.6" } serde_json = "1.0.128" diff --git a/serde-sarif/Cargo.toml b/serde-sarif/Cargo.toml index 2f791647..42340673 100644 --- a/serde-sarif/Cargo.toml +++ b/serde-sarif/Cargo.toml @@ -27,7 +27,7 @@ shellcheck-converters = ["anyhow"] clang-tidy-converters = ["regex", "anyhow"] [dependencies] -anyhow = { version = "1.0.87", optional = true } +anyhow = { version = "1.0.88", optional = true } cargo_metadata = { version = "0.18.1", optional = true } regex = { version = "1.10.6", optional = true } serde = "1.0.210" @@ -41,7 +41,7 @@ typed-builder = "0.20.0" version-sync = "0.9" [build-dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" prettyplease = "0.2.22" proc-macro2 = "1.0.86" quote = "1.0.37" diff --git a/shellcheck-sarif/Cargo.toml b/shellcheck-sarif/Cargo.toml index e1fb0a25..72493bf2 100644 --- a/shellcheck-sarif/Cargo.toml +++ b/shellcheck-sarif/Cargo.toml @@ -20,7 +20,7 @@ name = "shellcheck-sarif" path = "src/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["shellcheck-converters"] } clap = { version = "4.5.17", features = ["derive"] }