From 1a94dc2c5e3c0971e0e455b84afe85a661a40bd2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 4 Jul 2026 20:53:41 -0400 Subject: [PATCH] base64-ng: bump --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e52ba1b..0f43c64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.2.3" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "735259e24200bce69feb75fcb2f79f36129e54c3f3139da15880520988cd840c" +checksum = "2b87dbd7e45c4885ad3432a2d125ddb155c5ee87046ab23bad043dfe84fedfa2" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index ac442d2..141de56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150" } reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] } time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } -base64-ng = { version = "1.0.8" } +base64-ng = { version = "1.3.5" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.0", features = ["config", "contact", "message"] } [dev-dependencies]