From 44a7511ae8745dbaae8198798394eebadf722ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:33:16 +0200 Subject: [PATCH] chore(deps): bump anyhow in the patch-minor group across 1 directory (#288) Bumps the patch-minor group with 1 update in the / directory: [anyhow](https://github.com/dtolnay/anyhow). Updates `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 dependency-group: patch-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d5392a..e4862a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,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 e4f1078..a0683d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ codegen-units = 1 panic = "abort" [dependencies] -anyhow = "=1.0.87" +anyhow = "=1.0.89" async-trait = "=0.1.82" aws-config = { version = "=1.5.6", features = ["behavior-version-latest"] } aws-credential-types = "=1.2.1"