Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Apr 12, 2024
1 parent 883152b commit fca0c2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ version = "1.36.0"
features = ["full"]

[dependencies.anyhow]
version = "1.0.80"
version = "1.0.82"

[dependencies.tonic]
version = "0.11.0"
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ features = ["derive"]
version = "1.0.57"

[dependencies.anyhow]
version = "1.0.80"
version = "1.0.82"
2 changes: 1 addition & 1 deletion src/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ features = ["full"]
version = "1.0.57"

[dependencies.anyhow]
version = "1.0.80"
version = "1.0.82"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit fca0c2d

Please sign in to comment.