From 6f5a804bd2fe169673749f4c53768d34d48ab86c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:38:56 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to v0.23.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42a9aca..0dea7bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index adfddf1..9ebc62d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ syn = { version = "=3.0.3", features = ["full"] } libc = "=0.2.189" # xtask helpers -base64 = "=0.23.0" +base64 = "=0.23.1" duct = "=1.1.1" # Test helpers