From 662180166f7f3b92865f10a252939b811f3f54b6 Mon Sep 17 00:00:00 2001 From: "stoat-release[bot]" <245062572+stoat-release[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:13:04 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.22.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 872ee2a0..9fcccdbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7289,7 +7289,7 @@ dependencies = [ "async-trait", "axum", "base32", - "base64 0.21.7", + "base64 0.22.1", "bson", "deadqueue", "decancer", @@ -7394,7 +7394,7 @@ dependencies = [ "async-trait", "aws-config", "aws-sdk-s3", - "base64 0.21.7", + "base64 0.22.1", "ffprobe", "image", "imagesize", @@ -7526,7 +7526,7 @@ version = "0.13.7" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "fcm_v1", "isahc", "iso8601-timestamp", diff --git a/Cargo.toml b/Cargo.toml index dcbdb01d..08623152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ once_cell = "1.9.0" config = "0.13.3" cached = "0.44.0" rand = "0.8.5" -base64 = "0.21.3" +base64 = "0.22.0" decancer = "3.3.3" linkify = "0.8.1" url-escape = "0.1.1"