From d50c574423601cbfb414917bce51a0cb6c52fa6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:02:40 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to ^0.21.4 --- raiden/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden/Cargo.toml b/raiden/Cargo.toml index 39c83266..6a42c8a7 100644 --- a/raiden/Cargo.toml +++ b/raiden/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] again = "0.1" -base64 = "^0.21" +base64 = "^0.21.4" raiden-derive = { version = "*", path = "../raiden-derive" } rusoto_core_default = { package = "rusoto_core", version = "0.48", optional = true } rusoto_core_rustls = { package = "rusoto_core", version = "0.48", default_features = false, features = [