From 70ca56453eb98a33b614a469f954701be7f3f254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:43:23 -0600 Subject: [PATCH] build(deps): bump anyhow from 1.0.80 to 1.0.81 (#933) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Colin Roberts --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59d951ca..a59cd5eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "arbiter" diff --git a/Cargo.toml b/Cargo.toml index 33653aa2..93a75197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ proc-macro2 = { version = "1.0.79" } tracing = "0.1.40" thiserror = { version = "1.0.57" } -anyhow = "1.0.80" +anyhow = "1.0.81" # Dependencies for the release build of Arbiter bin [dependencies]