From a4095d06d56d5a2f6fa4c15635509cb8dfc4942c Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sat, 29 Aug 2026 14:01:48 +0300 Subject: [PATCH] chore(deps): 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 988bd38..4c7578f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,7 +2013,7 @@ name = "omikron" version = "0.1.0" dependencies = [ "ansi_term", - "base64 0.22.1", + "base64 0.23.1", "dashmap", "dotenv", "livekit-api", diff --git a/Cargo.toml b/Cargo.toml index 8595400..f1f7139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" } ansi_term = "0.12.1" uuid = { version = "1.24.0", features = ["v4"] } -base64 = "0.22.1" +base64 = "0.23.0" dashmap = "6.2.1" once_cell = "1.21.4" rand = "0.10.2"