From a8d0abc8c9d5dc2468d444d394ae5f8f6890dc97 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 05:13:18 +0000 Subject: [PATCH] Update Rust crate base64 to 0.23 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04e462d6..55f2f4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3351,7 +3351,7 @@ name = "rfd-github" version = "0.15.5" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "http 1.4.2", "octorust", @@ -3388,7 +3388,7 @@ name = "rfd-processor" version = "0.15.5" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "build-info", "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3d501954..1670a0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2024" anyhow = "1.0.104" async-bb8-diesel = "0.3.0" async-trait = "0.1.92" -base64 = "0.22" +base64 = "0.23" chrono = "0.4.45" clap = { version = "4.6.7", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] }