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 Sep 9, 2024
1 parent b85fd4e commit e648c14
Show file tree
Hide file tree
Showing 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pretty_assertions = "1.4.0"
opentelemetry-proto = { version = "0.7.0", features = ["full"] }

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
async-trait = "0.1.82"
axum = { version = "0.7.5", features = ["default"] }
axum-valid = "0.19.0"
Expand Down Expand Up @@ -86,5 +86,5 @@ serde_yaml = "0.9.34"
sqlparser = "0.50.0"

[build-dependencies]
anyhow = "1.0.82"
anyhow = "1.0.87"
prost-build = { version = "0.13.2", features = ["default", "cleanup-markdown"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ rust-version = "1.76.0"
authors = ["caibirdme <[email protected]>"]

[dependencies]
anyhow = { version = "1.0.86" }
anyhow = { version = "1.0.87" }
chrono = { workspace = true }

0 comments on commit e648c14

Please sign in to comment.