From 57ca41c69a1064033540097ef707328342941f01 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 23 Jul 2026 14:02:47 +0000 Subject: [PATCH] Update Rust crate base64 to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c15f2a..0832bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hmac = "0.13" md-5 = "0.11" rand = "0.10" anyhow = "1.0" -base64 = "0.22" +base64 = "0.23" reqwest = { version = "0.13", features = ["json"] } aws-config = { version = "1.1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1.17"