Skip to content

Commit 8593bd3

Browse files
ci: bump anyhow from 1.0.101 to 1.0.102
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a26618 commit 8593bd3

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clang-tidy-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "clang-tidy-sarif"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
serde-sarif = { path = "../serde-sarif", version = "0.8.0", features = [
2525
"clang-tidy-converters",
2626
] }

clippy-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "clippy-sarif"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
serde-sarif = { path = "../serde-sarif", version = "0.8.0", features = [
2525
"clippy-converters",
2626
] }

hadolint-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "hadolint-sarif"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
serde-sarif = { path = "../serde-sarif", version = "0.8.0", features = [
2525
"hadolint-converters",
2626
] }

miri-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "miri-sarif"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
serde-sarif = { path = "../serde-sarif", version = "0.8.0", features = [
2525
"miri-converters",
2626
] }

sarif-fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "sarif-fmt"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
codespan-reporting = "0.12.0"
2525
serde-sarif = { path = "../serde-sarif", version = "0.8.0" }
2626
serde_json = "1.0.149"

serde-sarif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ clang-tidy-converters = ["regex", "anyhow", "once_cell"]
2929
opt-builder = []
3030

3131
[dependencies]
32-
anyhow = { version = "1.0.101", optional = true }
32+
anyhow = { version = "1.0.102", optional = true }
3333
cargo_metadata = { version = "0.19.2", optional = true }
3434
regex = { version = "1.12.3", optional = true }
3535
serde = "1.0.228"
@@ -44,7 +44,7 @@ once_cell = { version = "1.21.3", optional = true }
4444
version-sync = "0.9"
4545

4646
[build-dependencies]
47-
anyhow = "1.0.101"
47+
anyhow = "1.0.102"
4848
prettyplease = "0.2.37"
4949
proc-macro2 = "1.0.106"
5050
quote = "1.0.44"

shellcheck-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "shellcheck-sarif"
2020
path = "src/bin.rs"
2121

2222
[dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
serde-sarif = { path = "../serde-sarif", version = "0.8.0", features = [
2525
"shellcheck-converters",
2626
] }

0 commit comments

Comments
 (0)