From a0292cea98288ba79d13fcbe0004006247b16e60 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 19 Aug 2026 00:00:42 +0300 Subject: [PATCH] Update Rust crate base64 to 0.23.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd6c90d..72b79bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1914,7 +1914,7 @@ name = "omega" version = "0.1.0" dependencies = [ "ansi_term", - "base64 0.22.1", + "base64 0.23.1", "bytes", "dashmap", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 28e732a..980aa16 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [ ] } ansi_term = "0.12.1" -base64 = "0.22.1" +base64 = "0.23.0" bytes = "1" dashmap = "6.2.1" dotenv = "0.15.0"