Skip to content

Commit 4ccf57c

Browse files
chore(deps): bump anyhow from 1.0.60 to 1.0.61 (#13940)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.60...1.0.61) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e4c2ef commit 4ccf57c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0.143", default-features = false, features = ["derive"] }
1313
serde_json = { version = "1.0.83", default-features = false, features = ["raw_value"] }
1414

1515
# Error handling
16-
anyhow = { version = "1.0.60", default-features = false, features = ["std"] }
16+
anyhow = { version = "1.0.61", default-features = false, features = ["std"] }
1717

1818
# Tokio / Futures
1919
async-trait = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)