From 96f65167d5d171647e6a00c8b4429823eedd7506 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 21:01:01 +0200 Subject: [PATCH] chore(deps): update rust crate base64 to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c37c3e..9231610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,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"