From 46e5a7872d54e035b5ed2009f886985769881d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:11:22 +0000 Subject: [PATCH] chore(deps): Bump anyhow from 1.0.71 to 1.0.72 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/docs-renderer/Cargo.toml | 2 +- lib/vector-api-client/Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27317918c9da..c9375fa5cfc2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "anymap" diff --git a/lib/docs-renderer/Cargo.toml b/lib/docs-renderer/Cargo.toml index 082b2d7c324e2..f391dc8f63139 100644 --- a/lib/docs-renderer/Cargo.toml +++ b/lib/docs-renderer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = { version = "1.0.71", default-features = false, features = ["std"] } +anyhow = { version = "1.0.72", 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 } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 5f3fca7cdfe60..4914e9c147dca 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.171", default-features = false, features = ["derive"] } serde_json = { version = "1.0.102", default-features = false, features = ["raw_value"] } # Error handling -anyhow = { version = "1.0.71", default-features = false, features = ["std"] } +anyhow = { version = "1.0.72", default-features = false, features = ["std"] } # Tokio / Futures async-trait = { version = "0.1", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index f96830b97e649..1bbe12d7578b5 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" publish = false [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.72" atty = "0.2.14" cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] }