From b66cd1fa7ab8647f4f00b02382700d7bdab6d527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:36:52 -0800 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 (#907) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- signer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/Cargo.toml b/signer/Cargo.toml index b1db418af..8d4fdf8c3 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 }