From 854256b805d956b5c29774982e9fb297bf5e8cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:29:33 +0000 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.89 in /rust in the rust group Bumps the rust group in /rust with 1 update: [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: rust ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ef681092..038b7ea6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -121,9 +121,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 = "autocfg" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d930d04f..ce189e45 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,7 +13,7 @@ authors = [ [dependencies] aes-gcm = "0.10.3" -anyhow = "1.0.87" +anyhow = "1.0.89" aws-config = { version = "1.4.0", features = ["behavior-version-latest"] } aws-sdk-cloudformation = "1.30.0" aws-sdk-kms = "1.26.0"