From 163c938e0d156f96da4f0768c46daff14ad18173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:51:03 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.23.0 --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63d7c67034d..cc74f093c6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,6 +208,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "base64ct" version = "1.8.3" @@ -377,7 +383,7 @@ dependencies = [ "anstyle-progress", "anyhow", "async-trait", - "base64", + "base64 0.23.1", "blake3", "cargo-credential", "cargo-credential-libsecret", @@ -2310,7 +2316,7 @@ version = "0.57.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "186874f7ad1fb2f9a2f2aa9c2dabc7f9dd087bef74c1a0eee2b4a9cf0248fcb3" dependencies = [ - "base64", + "base64 0.22.1", "bstr", "curl", "gix-command", @@ -2702,7 +2708,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -4073,7 +4079,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "encoding_rs", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 118765b0170..617a5192489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anstyle-hyperlink = "1.0.2" anstyle-progress = "0.1.0" anyhow = "1.0.102" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" blake3 = "1.8.4" build-rs = { version = "0.3.5", path = "crates/build-rs" } cargo = { path = "" }