From 3777412e12007c2caeda3fb6e5bea2e02a0e4095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:09:52 +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 a26a2f12e..e41dc0270 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 5e36e2dd8..d57ff8a5f 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 }