From f48b3f2ee80e909a0db97fdb9cdc229a52742fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:29:05 +0000 Subject: [PATCH] Bump anyhow from 1.0.57 to 1.0.62 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.62. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.62) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ba3e1..58e7aed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.57" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 8d50754..0546350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["solana", "goki", "cli"] [dependencies] anchor-client = "0.24.2" -anyhow = "1.0.42" +anyhow = "1.0.62" clap = { version = "3.1.6", features = ["derive"] } colored = "2" data-encoding = "2.3.2"