From ed6f948df083130428bde7885cec53039116022a Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 21:00:52 +0200 Subject: [PATCH] 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 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"