From f7dba5ea0d58cada77e2d3bc962ae8727b0204c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:44:33 +0000 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fd7d39..9c09bc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "assert-json-diff" diff --git a/Cargo.toml b/Cargo.toml index 5db2d87..a6b9dfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ opentelemetry = { version = "0.20.0", features = ["trace", "rt-tokio"] } opentelemetry-otlp = { version = "0.13.0", features = ["tokio"], optional = true } tonic = { version = "0.9", optional = true } thiserror = "1.0.47" -anyhow = "1.0.75" +anyhow = "1.0.89" prometheus-client = "0.22.2" [dev-dependencies]