diff --git a/Cargo.lock b/Cargo.lock index 2a909a723b..dbd963c23f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arc-swap" diff --git a/signer/Cargo.toml b/signer/Cargo.toml index cfc999efa0..6465175a30 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.2" clap = { version = "4.3", features = [ "derive" ] } displaydoc = { version = "0.2", default-features = false }