From a3cb1729f9b177d2db96ef636a995a1de545a533 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sun, 9 Aug 2026 21:01:32 +0200 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 1e03155..f367654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,7 +1888,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 3b4f6a3..bb9bca8 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ mtp = { git = "https://git.methanium.net/methanium/mtp", features = [ ] } ansi_term = "0.12.1" -base64 = "0.22.1" +base64 = "0.23.0" bytes = "1" dashmap = "6.2.1" dotenv = "0.15.0"