From 59b00d1830f7cf675f6c618ec603fe43b8f021b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:39:48 +0000 Subject: [PATCH] chore(deps): Bump anyhow from 1.0.75 to 1.0.79 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- transaction/signer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c24be2e822..753572426a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "arc-swap" diff --git a/core/Cargo.toml b/core/Cargo.toml index b8940f6384..ec7fa0e8b2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,7 +32,7 @@ mc-crypto-keys = { path = "../crypto/keys", default-features = false } [dev-dependencies] -anyhow = { version = "1.0.75" } +anyhow = { version = "1.0.79" } clap = { version = "4.4.12", features = [ "derive" ] } hex = { version = "0.4.3", default-features = false } lazy_static = { version = "1.4.0" } diff --git a/transaction/signer/Cargo.toml b/transaction/signer/Cargo.toml index 20b9e20d2b..74e5bacfd5 100644 --- a/transaction/signer/Cargo.toml +++ b/transaction/signer/Cargo.toml @@ -11,7 +11,7 @@ rust-version = { workspace = true } [dependencies] # External dependencies -anyhow = "1.0.75" +anyhow = "1.0.79" clap = { version = "4.4", features = [ "derive" ] } displaydoc = { version = "0.2", default-features = false } hex = { version = "0.4.2", default_features = false }