From 12033e650fa10faa33aabaf0e38254d69861f77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:56:08 +0000 Subject: [PATCH] Bump anyhow in /contracts/my-contract/deploy-scripts 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] --- contracts/my-contract/deploy-scripts/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/my-contract/deploy-scripts/Cargo.lock b/contracts/my-contract/deploy-scripts/Cargo.lock index d2b0373..2ef6671 100644 --- a/contracts/my-contract/deploy-scripts/Cargo.lock +++ b/contracts/my-contract/deploy-scripts/Cargo.lock @@ -146,9 +146,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 = "ark-bls12-381"