From b00566cf626823d237b5b6c6fe086d7d08b0218c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:36:43 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- signer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/Cargo.toml b/signer/Cargo.toml index b1db418af9..8d4fdf8c34 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -30,7 +30,7 @@ mc-transaction-summary = { path = "../mobilecoin/transaction/summary" } mc-util-repr-bytes = { path = "../mobilecoin/util/repr-bytes", default-features = false } mc-util-serial = { path = "../mobilecoin/util/serial", default-features = false } -anyhow = "1.0.72" +anyhow = "1.0.75" base64 = "0.21.4" clap = { version = "4.3", features = [ "derive" ] } displaydoc = { version = "0.2", default-features = false }