From 729097d31c94e84e5b8028a0cfd8d50ba1e0ebc8 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 13 Jun 2026 16:34:20 -0400 Subject: [PATCH] bump: base64-ng --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ba47ae..03a8659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipa rand = { version = "0.10.1" } time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } -base64-ng = { version = "1.0.6" } +base64-ng = { version = "1.0.8" } const_format = { version = "0.2.36" } josekit = { version = "0.10.3" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.1" }