From 31b012f54709c72fed3ef51ed8fe34b90dee4073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:22:34 +0000 Subject: [PATCH] Bump anyhow from 1.0.76 to 1.0.79 in /rust Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.79. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.79) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... 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 ca8fc666..6a3a1dc7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "autocfg" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bf8aae59..a68ed359 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["secrets", "s3"] [dependencies] aes-gcm = "0.10.3" -anyhow = "1.0.76" +anyhow = "1.0.79" aws-config = "0.55.3" aws-sdk-cloudformation = "0.28.0" aws-sdk-kms = "0.28.0"