Skip to content

Commit

Permalink
chore(deps): 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 alilleybrinker committed Sep 9, 2024
1 parent baac185 commit 673bf30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ zstd = "0.13.2"

[build-dependencies]

anyhow = "1.0.86"
anyhow = "1.0.87"
pathbuf = "1.0.0"
tonic-build = "0.12.2"
which = { version = "6.0.3", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
clap = { version = "4.5.16", features = ["derive"] }
futures = "0.3.30"
indexmap = "2.4.0"
Expand All @@ -18,5 +18,5 @@ tokio-stream = "0.1.15"
tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
tonic-build = "0.12.2"
4 changes: 2 additions & 2 deletions plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
clap = { version = "4.5.16", features = ["derive"] }
indexmap = "2.4.0"
futures = "0.3.30"
Expand All @@ -19,5 +19,5 @@ tokio-stream = "0.1.15"
tonic = "0.12.2"

[build-dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
tonic-build = "0.12.2"
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
clap = { version = "4.5.16", features = ["cargo", "derive"] }
clap-verbosity-flag = "2.2.1"
env_logger = "0.11.5"
Expand Down

0 comments on commit 673bf30

Please sign in to comment.