From db217f3cb646078cbf8714efc317225f0f0823bf Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 05:11:44 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f778c0197..4d550bff58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ async-trait = "0.1.80" atomicwrites = "0.4.3" authz-macros = { path = "nexus/authz-macros" } backoff = { version = "0.4.0", features = [ "tokio" ] } -base64 = "0.22.0" +base64 = "0.22.1" bb8 = "0.8.3" bcs = "0.1.6" bincode = "1.3.3"