From 1d4005d92d97e5d93bc7795847bed2dffcf751d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:36:30 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.0 --- full-service/Cargo.toml | 2 +- signer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 61d8fd688..1f8102e2e 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -63,7 +63,7 @@ t3-connection = { path = "../t3/connection" } ledger-mob = { path = "../ledger-mob/lib" } async-trait = "0.1.59" -base64 = "0.21.5" +base64 = "0.22.0" chrono = { version = "0.4", default-features = false, features = ["alloc"] } clap = { version = "4.4", features = ["derive", "env"] } crossbeam-channel = "0.5" diff --git a/signer/Cargo.toml b/signer/Cargo.toml index 334b1093f..8f93925e3 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -31,7 +31,7 @@ mc-util-repr-bytes = { path = "../mobilecoin/util/repr-bytes", default-features mc-util-serial = { path = "../mobilecoin/util/serial", default-features = false } anyhow = "1.0.75" -base64 = "0.21.5" +base64 = "0.22.0" clap = { version = "4.4", features = [ "derive" ] } displaydoc = { version = "0.2", default-features = false } hex = { version = "0.4", default-features = false }