From 8154ac577e62ecf7b3b3fc188553d01ceddbd39a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:15:41 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to ^0.21.5 --- Cargo.lock | 8 ++++---- raiden/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 289d32cb..1a989018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.4" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bitflags" @@ -958,7 +958,7 @@ name = "raiden" version = "0.1.0" dependencies = [ "again", - "base64 0.21.4", + "base64 0.21.5", "pretty_assertions", "raiden", "raiden-derive", @@ -1340,7 +1340,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ - "base64 0.21.4", + "base64 0.21.5", ] [[package]] diff --git a/raiden/Cargo.toml b/raiden/Cargo.toml index 5f079de9..59e77465 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.5" 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 = [