Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent 3a6af99 commit a77b652
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.72", default-features = false, features = ["std"] }
anyhow = { version = "1.0.74", default-features = false, features = ["std"] }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
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 = { version = "1.0.183", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.104", default-features = false, features = ["raw_value"] }

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

# Tokio / Futures
async-trait = { version = "0.1", default-features = false }
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.72"
anyhow = "1.0.74"
atty = "0.2.14"
cached = "0.44.0"
chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] }
Expand Down

0 comments on commit a77b652

Please sign in to comment.