From bb1e585d4f43a48992a58b54ffcb66fca39b0109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:31:50 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.83 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...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 04904098..7a164cc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arbiter" diff --git a/Cargo.toml b/Cargo.toml index 0892dc52..583c51ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ proc-macro2 = { version = "1.0.79" } tracing = "0.1.40" thiserror = { version = "1.0.59" } -anyhow = "1.0.83" +anyhow = "1.0.89" # Dependencies for the release build of Arbiter bin [dependencies]