Skip to content

Commit

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

---
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 Aug 17, 2023
1 parent d10e373 commit fb5f099
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.74", default-features = false, features = ["std"] }
anyhow = { version = "1.0.75", 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.105", default-features = false, features = ["raw_value"] }

# Error handling
anyhow = { version = "1.0.74", default-features = false, features = ["std"] }
anyhow = { version = "1.0.75", 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.74"
anyhow = "1.0.75"
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 fb5f099

Please sign in to comment.