From a4a7a078c4b38095ac6908f30ed7c02a6339bcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 04:33:06 +0000 Subject: [PATCH] chore(deps): Bump anyhow from 1.0.75 to 1.0.79 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79) --- 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 879b7663d3b1b..7947f3d620f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "anymap" diff --git a/lib/docs-renderer/Cargo.toml b/lib/docs-renderer/Cargo.toml index 66f6336f10162..045f3d4fb7004 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.75", default-features = false, features = ["std"] } +anyhow = { version = "1.0.79", 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 16325ba1958ee..fe41d600c05c7 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.190", default-features = false, features = ["derive"] } serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] } # Error handling -anyhow = { version = "1.0.75", default-features = false, features = ["std"] } +anyhow = { version = "1.0.79", 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 f11dd3200adde..14fb8aa4a499c 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" publish = false [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.79" cached = "0.46.0" chrono = { version = "0.4.31", default-features = false, features = ["serde", "clock"] } clap = { version = "4.4.7", features = ["derive"] }