From af6efd8f87cfa88f99b24f507c1d8e91e275b124 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:38:03 -0700 Subject: [PATCH] Update Rust crate base64 to 0.22.1 (#5741) --- 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"