From 5966f149c0bf22a6272f816df5395004c22ec9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:21:28 +0000 Subject: [PATCH] ci: bump anyhow from 1.0.91 to 1.0.92 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.92) --- 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 52f8a57e..50bd6b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "bitflags" diff --git a/clang-tidy-sarif/Cargo.toml b/clang-tidy-sarif/Cargo.toml index c45c0939..249e8cb5 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.91" +anyhow = "1.0.92" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clang-tidy-converters"] } clap = { version = "4.5.20", features = ["derive"] } duct = "0.13.7" diff --git a/clippy-sarif/Cargo.toml b/clippy-sarif/Cargo.toml index e6ebc44c..6e238487 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.91" +anyhow = "1.0.92" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clippy-converters"] } clap = { version = "4.5.20", features = ["derive"] } diff --git a/hadolint-sarif/Cargo.toml b/hadolint-sarif/Cargo.toml index b21fe157..98f9c66d 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.91" +anyhow = "1.0.92" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["hadolint-converters"] } clap = { version = "4.5.20", features = ["derive"] } diff --git a/sarif-fmt/Cargo.toml b/sarif-fmt/Cargo.toml index f56329c6..53130883 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.91" +anyhow = "1.0.92" codespan-reporting = "0.11.1" serde-sarif = { path = "../serde-sarif", version = "0.6.6" } serde_json = "1.0.132" diff --git a/serde-sarif/Cargo.toml b/serde-sarif/Cargo.toml index 75285925..ca3fa6c6 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.91", optional = true } +anyhow = { version = "1.0.92", optional = true } cargo_metadata = { version = "0.18.1", optional = true } regex = { version = "1.11.1", optional = true } serde = "1.0.214" @@ -41,7 +41,7 @@ typed-builder = "0.20.0" version-sync = "0.9" [build-dependencies] -anyhow = "1.0.91" +anyhow = "1.0.92" prettyplease = "0.2.25" proc-macro2 = "1.0.89" quote = "1.0.37" diff --git a/shellcheck-sarif/Cargo.toml b/shellcheck-sarif/Cargo.toml index 2ecf1eab..b17288cc 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.91" +anyhow = "1.0.92" serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["shellcheck-converters"] } clap = { version = "4.5.20", features = ["derive"] }