Skip to content

Commit

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

---
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] committed May 9, 2024
1 parent f5f16cc commit 6d8ca9c
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.82", default-features = false, features = ["std"] }
anyhow = { version = "1.0.83", 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.82", default-features = false, features = ["std"] }
anyhow = { version = "1.0.83", default-features = false, features = ["std"] }

# Tokio / Futures
futures = { version = "0.3", default-features = false, features = ["compat", "io-compat"] }
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.82"
anyhow = "1.0.83"
chrono.workspace = true
clap.workspace = true
clap-verbosity-flag = "2.2.0"
Expand Down

0 comments on commit 6d8ca9c

Please sign in to comment.