Skip to content

Commit

Permalink
chore(deps): Bump anyhow from 1.0.86 to 1.0.89 (#21300)
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.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 20a49cd commit d1d9428
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 lib/docs-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.86", default-features = false, features = ["std"] }
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
serde.workspace = true
serde_json.workspace = true
snafu = { version = "0.7.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde.workspace = true
serde_json.workspace = true

# Error handling
anyhow = { version = "1.0.86", default-features = false, features = ["std"] }
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }

# Tokio / Futures
futures.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
publish = false

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
chrono.workspace = true
clap.workspace = true
clap-verbosity-flag = "2.2.2"
Expand Down

0 comments on commit d1d9428

Please sign in to comment.