From f5e7aa5524e108e26db869827fdf1bec82048731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:21:25 +0000 Subject: [PATCH] Update Rust crate base64 to 0.21 --- api/Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 2df8f17..9b9e623 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -17,7 +17,7 @@ failure = "0.1.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -base64 = "0.9" +base64 = "0.21" [dev-dependencies] serde_test = "1.0" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..2c188f9 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.1.21" tokio = "0.1.7" tokio-core = "0.1.18" failure = "0.1.8" -base64 = "0.9" +base64 = "0.21" log = "0.4" openssl = "0.10" kubernetes_api = { path = "../api" }