From c77d21b13a3b474f165092a15b8c5305cb159475 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:27:51 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22 Update base64 Changelog-entry: Update base64 to 0.22.1 --- Cargo.toml | 2 +- test_utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 191d16c..7ee2f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ reqwest = {version = "0.11", features = ["blocking"]} openssl = "0.10" hex = "0.4" getrandom = "0.2" -base64 = "0.21" +base64 = "0.22" zbus = {version = "3.12", default-features = false, features = ["tokio"]} clap = {version = "4", features = ["derive", "cargo"]} diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index ca62f41..0e8e999 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] actix-web = {version = "4.3", features = ["openssl"]} -base64 = "0.21" +base64 = "0.22" openssl = "0.10" serde_json = "1" tempfile = "3"